dotfiles/nix/hosts/lemp11/default.nix
Oliver Davies 5ebf83a334 Un-reverse the directory names
This makes it consistent with other places where I use fzf.
2024-11-26 15:18:58 +00:00

20 lines
270 B
Nix

{
features = {
cli = {
docker.enable = true;
};
desktop = {
gaming.enable = true;
};
homelab = {
gitea.enable = true;
immich.enable = true;
jellyfin.enable = true;
};
};
imports = [ ./configuration.nix ];
}