refactor(treewide): cleanup

This commit is contained in:
ooks-io 2024-04-30 20:20:35 +12:00
parent 2fe6c44941
commit 2d93503bbc
30 changed files with 76 additions and 273 deletions

View file

@ -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";
};
};
}