Mac things
This commit is contained in:
parent
fa9c2115e9
commit
9503c33f24
@ -52,7 +52,8 @@
|
|||||||
function (
|
function (
|
||||||
import nixpkgs {
|
import nixpkgs {
|
||||||
inherit system;
|
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,
|
fullscreen = true,
|
||||||
},
|
},
|
||||||
Spotify = {
|
Spotify = {
|
||||||
desktop = 3,
|
desktop = 2,
|
||||||
screen = "D3142823-261D-46EF-B9C2-5181C7FE2CA5",
|
screen = "D3142823-261D-46EF-B9C2-5181C7FE2CA5",
|
||||||
fullscreen = true,
|
fullscreen = true,
|
||||||
},
|
},
|
||||||
@ -36,7 +36,7 @@ return (function()
|
|||||||
fullscreen = true,
|
fullscreen = true,
|
||||||
},
|
},
|
||||||
["Microsoft Outlook"] = {
|
["Microsoft Outlook"] = {
|
||||||
desktop = 2,
|
desktop = 3,
|
||||||
screen = "D3142823-261D-46EF-B9C2-5181C7FE2CA5",
|
screen = "D3142823-261D-46EF-B9C2-5181C7FE2CA5",
|
||||||
fullscreen = true,
|
fullscreen = true,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user