razer keyboard broke, remove drivers

This commit is contained in:
sadan 2025-06-12 14:55:19 -04:00
parent 67379ac1a8
commit 337aa68047
No known key found for this signature in database
2 changed files with 0 additions and 3 deletions

View file

@ -64,8 +64,6 @@ builtins.map (section: baseConfig // section) [
items = { items = {
hidden = [ hidden = [
"flameshot" "flameshot"
# razer keybord lighting
"polychromatic-tray-applet"
"spotify-client" "spotify-client"
# Electron apps all have the same id, see: https://github.com/electron/electron/issues/40936 # Electron apps all have the same id, see: https://github.com/electron/electron/issues/40936
# better to just filter them all out # better to just filter them all out

View file

@ -13,7 +13,6 @@ in
(import ../../systemModules/networkManager.nix { inherit NAME; }) (import ../../systemModules/networkManager.nix { inherit NAME; })
(import ../../systemModules/sops.nix { inherit NAME; }) (import ../../systemModules/sops.nix { inherit NAME; })
(import ../../systemModules/vm.nix { inherit NAME; }) (import ../../systemModules/vm.nix { inherit NAME; })
(import ../../systemModules/razer.nix { inherit NAME; })
(import ../../systemModules/docker.nix { inherit NAME; }) (import ../../systemModules/docker.nix { inherit NAME; })
(import ../../systemModules/nixHelper.nix { inherit NAME; }) (import ../../systemModules/nixHelper.nix { inherit NAME; })
(import ../../programs/wireshark.nix { inherit NAME; }) (import ../../programs/wireshark.nix { inherit NAME; })