Mac things
This commit is contained in:
parent
fa9c2115e9
commit
9503c33f24
@ -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;
|
||||
}
|
||||
)
|
||||
);
|
||||
|
||||
@ -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,
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user