flake: rework modules folder structure
This commit is contained in:
parent
5d64c56d40
commit
0952665f6b
56 changed files with 3 additions and 3 deletions
|
|
@ -1,14 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
options.settings.drivers.openrazer = {
|
||||
enable = lib.mkEnableOption "Enable the openrazer drivers for razer device-specific features (IE RGB lights control)";
|
||||
};
|
||||
|
||||
config = lib.mkIf config.settings.drivers.openrazer.enable {
|
||||
hardware.openrazer.enable = true;
|
||||
hardware.openrazer.users = [
|
||||
"fedfer"
|
||||
"veneficium"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue