mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-17 09:47:03 -04:00
razer keyboard broke, remove drivers
This commit is contained in:
parent
67379ac1a8
commit
337aa68047
2 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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; })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue