refactor(treewide): cleanup
This commit is contained in:
parent
2fe6c44941
commit
2d93503bbc
30 changed files with 76 additions and 273 deletions
|
|
@ -2,36 +2,26 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./hardware
|
||||
./gaming
|
||||
./shell
|
||||
./bootloader
|
||||
./nix
|
||||
./programs
|
||||
./user
|
||||
./displayManager
|
||||
./networking
|
||||
./locale
|
||||
./virtualisation
|
||||
./virtualization
|
||||
./security
|
||||
./services
|
||||
./audio
|
||||
./meta
|
||||
./host
|
||||
./video
|
||||
];
|
||||
|
||||
|
||||
options.systemModules = {
|
||||
pipewire = {
|
||||
enable = lib.mkEnableOption "Enable pipewire module";
|
||||
};
|
||||
networking = {
|
||||
enable = lib.mkEnableOption "Enable networking module";
|
||||
};
|
||||
virtualisation = {
|
||||
enable = lib.mkEnableOption "Enable virtualisation module";
|
||||
};
|
||||
locale = {
|
||||
enable = lib.mkEnableOption "Enable locale module";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue