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

9 lines
136 B
Nix
Raw Normal View History

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