12 lines
176 B
Nix
12 lines
176 B
Nix
{
|
|
custom = {
|
|
full = true;
|
|
profile = "desktop";
|
|
desktop = "niri";
|
|
wallpaper = true;
|
|
|
|
services = {
|
|
power-profiles-daemon.enable = true;
|
|
};
|
|
};
|
|
}
|