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
|
@ -20,7 +20,6 @@ in {
|
|||
ungoogled-chromium
|
||||
krita
|
||||
gnomeExtensions.dash-to-panel
|
||||
(lib.mkIf hardware.piperMouse.enable piper)
|
||||
]
|
||||
);
|
||||
|
||||
|
@ -61,6 +60,7 @@ in {
|
|||
makemkv.enable = true;
|
||||
signal-desktop-bin.enable = true;
|
||||
steam.enable = true;
|
||||
piper.enable = hardware.piperMouse.enable;
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue