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

10 lines
178 B
Nix
Raw Normal View History

{
custom = {
full = true;
profile = "desktop";
wallpaper = true;
programs.looking-glass.enable = true;
services.power-profiles-daemon.enable = true;
};
}