moved piper to module with enable option
This commit is contained in:
parent
afcf415621
commit
b7dd5328d0
4 changed files with 20 additions and 2 deletions
|
@ -36,6 +36,7 @@ in {
|
|||
protonvpn-gui.enable = true;
|
||||
dbeaver-bin.enable = true;
|
||||
bruno.enable = true;
|
||||
piper.enable = hardware.piperMouse.enable;
|
||||
})
|
||||
(lib.mkIf (hardware.directAccess.enable && config.user.isDesktopUser) {
|
||||
anki.enable = true;
|
||||
|
@ -105,7 +106,6 @@ in {
|
|||
noisetorch
|
||||
|
||||
# hardware management tools
|
||||
(lib.mkIf hardware.piperMouse.enable piper)
|
||||
(lib.mkIf hardware.openRGB.enable openrgb)
|
||||
(lib.mkIf hardware.viaKeyboard.enable via)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue