nix-config/devices/ellaca/options.nix
2024-08-26 21:02:31 +02:00

11 lines
191 B
Nix

{ ... }: {
conf = {
apps.enable = true;
games.enable = true;
niri.enable = true;
containers.enable = true;
stateVersion = "24.05";
hmStateVersion = "24.11";
};
}