Mac things

This commit is contained in:
Arnie 2026-01-13 13:26:57 +01:00
parent fa9c2115e9
commit 9503c33f24
No known key found for this signature in database
GPG Key ID: 4BDFA3BCF2999D11
2 changed files with 4 additions and 3 deletions

View File

@ -52,7 +52,8 @@
function (
import nixpkgs {
inherit system;
config.allowUnfreePredicate = (pkg: builtins.elem (nixpkgs.lib.getName pkg) [ "nvidia" ]);
config.allowUnfreePredicate = (pkg: builtins.elem (nixpkgs.lib.getName pkg) [ "nvidia" "claude-code" ]);
config.allowUnfree = true;
}
)
);

View File

@ -27,7 +27,7 @@ return (function()
fullscreen = true,
},
Spotify = {
desktop = 3,
desktop = 2,
screen = "D3142823-261D-46EF-B9C2-5181C7FE2CA5",
fullscreen = true,
},
@ -36,7 +36,7 @@ return (function()
fullscreen = true,
},
["Microsoft Outlook"] = {
desktop = 2,
desktop = 3,
screen = "D3142823-261D-46EF-B9C2-5181C7FE2CA5",
fullscreen = true,
},