Compare commits

..

3 commits

Author SHA1 Message Date
d66948ca88
flake.lock: Update
Flake lock file updates:

• Updated input 'homebrew-cask':
    'github:homebrew/homebrew-cask/0a8b3d7defe4306bacf973bd37c04790cf7bdbcf' (2024-09-27)
  → 'github:homebrew/homebrew-cask/3da4ffe170d6f4caf379966c15128f52979ca3ca' (2024-09-29)
• Updated input 'homebrew-core':
    'github:homebrew/homebrew-core/c6fefa593352ad1403e8956589271d0485d88629' (2024-09-27)
  → 'github:homebrew/homebrew-core/4aefe4c68a572eeac817d37570399aeb4acf36ad' (2024-09-29)
• Updated input 'nix-darwin':
    'github:LnL7/nix-darwin/bd7d1e3912d40f799c5c0f7e5820ec950f1e0b3d' (2024-09-22)
  → 'github:LnL7/nix-darwin/4b43b68281fd1a332c2aec8fbc077d92ca352c3e' (2024-09-29)
• Updated input 'spicetify':
    'github:Gerg-L/spicetify-nix/cc02909bbfaa51dfe5849cf6997cd2fd0492e972' (2024-09-27)
  → 'github:Gerg-L/spicetify-nix/cf34817877db467a9c881ffa1de3d2822fdc137a' (2024-09-29)
2024-09-29 17:37:53 -07:00
679ec48386
Merge remote-tracking branch 'origin/main' 2024-09-29 17:32:24 -07:00
b9b29fb478
feat(adrastea): use new hdmi display 2024-09-29 17:31:35 -07:00
2 changed files with 13 additions and 13 deletions

View file

@ -495,11 +495,11 @@
"homebrew-cask": { "homebrew-cask": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1727465745, "lastModified": 1727653802,
"narHash": "sha256-ia3klzI6wYEHocmpPJGqwIBtjjZuz+/3GZcPOUVCw1g=", "narHash": "sha256-0Qv9J4aEOS6j6bw5rYRuRG94Vv+6mS6AQpmnExvb5fg=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-cask", "repo": "homebrew-cask",
"rev": "0a8b3d7defe4306bacf973bd37c04790cf7bdbcf", "rev": "3da4ffe170d6f4caf379966c15128f52979ca3ca",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -511,11 +511,11 @@
"homebrew-core": { "homebrew-core": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1727472778, "lastModified": 1727653779,
"narHash": "sha256-woE8uy7QFm/E/HOmdcUHuVg1DJYA/f2Dv5QI865E51k=", "narHash": "sha256-P77N9Krt9Wl5ESC0GVUNjDrgspfaXo/xpKu/ReQQ9PA=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-core", "repo": "homebrew-core",
"rev": "c6fefa593352ad1403e8956589271d0485d88629", "rev": "4aefe4c68a572eeac817d37570399aeb4acf36ad",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -609,11 +609,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727003835, "lastModified": 1727604521,
"narHash": "sha256-Cfllbt/ADfO8oxbT984MhPHR6FJBaglsr1SxtDGbpec=", "narHash": "sha256-dJM7gi63/Z80Ti3SWdOYbe8E3xKugG+iBBWmbtlyI4w=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "bd7d1e3912d40f799c5c0f7e5820ec950f1e0b3d", "rev": "4b43b68281fd1a332c2aec8fbc077d92ca352c3e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -922,11 +922,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727410670, "lastModified": 1727583380,
"narHash": "sha256-DI22QeBUBIHQQi5XCLq9tmy4z1IPiDD8IpnHVfBL0EM=", "narHash": "sha256-Wd73LwQvQufwlPWsCPTvc/hV7dYbQl6i9dS0e1hQTdA=",
"owner": "Gerg-L", "owner": "Gerg-L",
"repo": "spicetify-nix", "repo": "spicetify-nix",
"rev": "cc02909bbfaa51dfe5849cf6997cd2fd0492e972", "rev": "cf34817877db467a9c881ffa1de3d2822fdc137a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -3,6 +3,6 @@
wayland.windowManager.hyprland.settings.monitor = pkgs.lib.mkForce [ wayland.windowManager.hyprland.settings.monitor = pkgs.lib.mkForce [
# "eDP-1,2560x1440@165,0x0,1.6" # "eDP-1,2560x1440@165,0x0,1.6"
"eDP-1, disable" "eDP-1, disable"
"DP-3,2560x1440@165,0x0,1.0" "HDMI-A-1,2560x1440@144,0x0,1.0"
]; ];
} }