Fix folder paths, set Tower back to stable, remove Nix channels for system for now
This commit is contained in:
parent
f8ba0f4514
commit
f8cbfda048
12 changed files with 42 additions and 39 deletions
10
modules/home/settings/nixgl/default.nix
Normal file
10
modules/home/settings/nixgl/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
nixGL = lib.mkIf config.targets.genericLinux.enable {
|
||||
installScripts = [
|
||||
"mesa"
|
||||
"nvidia"
|
||||
];
|
||||
vulkan.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue