1
1
Fork 0
nixos/profiles/desktop/default.nix

13 lines
217 B
Nix

{
custom = {
full = true;
profile = "desktop";
desktop = "niri";
services = {
ollama.download = "high";
power-profiles-daemon.enable = true;
wallpaper.enable = true;
};
};
}