From ce07629084eeb4766e2ab3d5d3f86e49962d84dc Mon Sep 17 00:00:00 2001 From: alisceon Date: Sat, 4 Apr 2026 18:35:26 +0200 Subject: [PATCH] add razer peripheral suppport --- nixos/hosts/tower/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/hosts/tower/configuration.nix b/nixos/hosts/tower/configuration.nix index 31e3180..a720b56 100644 --- a/nixos/hosts/tower/configuration.nix +++ b/nixos/hosts/tower/configuration.nix @@ -50,9 +50,6 @@ users.users.alisceon.extraGroups = [ "openrazer" ]; - environment.systemPackages = with pkgs; [ - openrazer-daemon - ]; services = { xserver.videoDrivers = [ "nvidia" ]; openssh.enable = true; @@ -69,6 +66,7 @@ pkgs.efibootmgr pkgs.prismlauncher pkgs.nvtopPackages.nvidia + pkgs.openrazer-daemon ]; };