feat\!: major cleanup
This commit is contained in:
parent
b971a645e3
commit
210c463d79
93 changed files with 34 additions and 4340 deletions
|
|
@ -2,32 +2,6 @@
|
|||
{
|
||||
options.bchmnn = with lib; {
|
||||
|
||||
home = {
|
||||
enable = mkEnableOption "home";
|
||||
};
|
||||
|
||||
user = {
|
||||
extraGroups = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"libvirtd"
|
||||
"docker"
|
||||
"wireshark"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
git = {
|
||||
signing = {
|
||||
key = mkOption {
|
||||
type = types.str;
|
||||
default = "732A612DAD28067D";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
collections = {
|
||||
cli-utils = {
|
||||
enable = mkEnableOption "cli-utils";
|
||||
|
|
@ -38,22 +12,13 @@
|
|||
development = {
|
||||
enable = mkEnableOption "development";
|
||||
};
|
||||
vpn = {
|
||||
enable = mkEnableOption "vpn";
|
||||
};
|
||||
virtualisation = {
|
||||
enable = mkEnableOption "virtualisation";
|
||||
};
|
||||
games = {
|
||||
enable = mkEnableOption "games";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
./core
|
||||
./desktop
|
||||
./home-manager
|
||||
./services
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue