13 lines
217 B
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;
|
|
};
|
|
};
|
|
}
|