Compare commits

..

No commits in common. "d66948ca88bc80ccfea7c80214fd5fef44db34a0" and "dabb36ee5fc47e048d0a49babcac88c947c7dab7" have entirely different histories.

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": 1727653802, "lastModified": 1727465745,
"narHash": "sha256-0Qv9J4aEOS6j6bw5rYRuRG94Vv+6mS6AQpmnExvb5fg=", "narHash": "sha256-ia3klzI6wYEHocmpPJGqwIBtjjZuz+/3GZcPOUVCw1g=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-cask", "repo": "homebrew-cask",
"rev": "3da4ffe170d6f4caf379966c15128f52979ca3ca", "rev": "0a8b3d7defe4306bacf973bd37c04790cf7bdbcf",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -511,11 +511,11 @@
"homebrew-core": { "homebrew-core": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1727653779, "lastModified": 1727472778,
"narHash": "sha256-P77N9Krt9Wl5ESC0GVUNjDrgspfaXo/xpKu/ReQQ9PA=", "narHash": "sha256-woE8uy7QFm/E/HOmdcUHuVg1DJYA/f2Dv5QI865E51k=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-core", "repo": "homebrew-core",
"rev": "4aefe4c68a572eeac817d37570399aeb4acf36ad", "rev": "c6fefa593352ad1403e8956589271d0485d88629",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -609,11 +609,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727604521, "lastModified": 1727003835,
"narHash": "sha256-dJM7gi63/Z80Ti3SWdOYbe8E3xKugG+iBBWmbtlyI4w=", "narHash": "sha256-Cfllbt/ADfO8oxbT984MhPHR6FJBaglsr1SxtDGbpec=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "4b43b68281fd1a332c2aec8fbc077d92ca352c3e", "rev": "bd7d1e3912d40f799c5c0f7e5820ec950f1e0b3d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -922,11 +922,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727583380, "lastModified": 1727410670,
"narHash": "sha256-Wd73LwQvQufwlPWsCPTvc/hV7dYbQl6i9dS0e1hQTdA=", "narHash": "sha256-DI22QeBUBIHQQi5XCLq9tmy4z1IPiDD8IpnHVfBL0EM=",
"owner": "Gerg-L", "owner": "Gerg-L",
"repo": "spicetify-nix", "repo": "spicetify-nix",
"rev": "cf34817877db467a9c881ffa1de3d2822fdc137a", "rev": "cc02909bbfaa51dfe5849cf6997cd2fd0492e972",
"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"
"HDMI-A-1,2560x1440@144,0x0,1.0" "DP-3,2560x1440@165,0x0,1.0"
]; ];
} }