Group modules into feature directories
This commit is contained in:
parent
0baed7e6f6
commit
9782272a76
49 changed files with 244 additions and 83 deletions
|
@ -195,14 +195,10 @@
|
|||
rclone
|
||||
rclone-browser
|
||||
shotwell
|
||||
slack
|
||||
vscode
|
||||
xfce.thunar
|
||||
xfce.thunar-volman
|
||||
xfce.tumbler
|
||||
|
||||
# Games.
|
||||
zeroad
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
{
|
||||
features = {
|
||||
desktop = {
|
||||
gaming.enable = true;
|
||||
|
||||
homelab = {
|
||||
gitea.enable = true;
|
||||
immich.enable = true;
|
||||
jellyfin.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
imports = [ ./configuration.nix ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue