readd razer support and add compatability shim for broken stylix version
This commit is contained in:
parent
593173ed15
commit
52432082dc
3 changed files with 18 additions and 0 deletions
|
|
@ -45,8 +45,11 @@
|
|||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
};
|
||||
openrazer.enable = true;
|
||||
};
|
||||
|
||||
users.users.alisceon.extraGroups = [ "openrazer" ];
|
||||
|
||||
services = {
|
||||
xserver.videoDrivers = [ "nvidia" ];
|
||||
openssh.enable = true;
|
||||
|
|
@ -63,6 +66,7 @@
|
|||
pkgs.efibootmgr
|
||||
pkgs.prismlauncher
|
||||
pkgs.nvtopPackages.nvidia
|
||||
pkgs.openrazer-daemon
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue