9 lines
178 B
Nix
9 lines
178 B
Nix
{
|
|
custom = {
|
|
full = true;
|
|
profile = "desktop";
|
|
wallpaper = true;
|
|
programs.looking-glass.enable = true;
|
|
services.power-profiles-daemon.enable = true;
|
|
};
|
|
}
|