1
1
Fork 0
nixos/profiles/desktop/default.nix
Myned bc5366e041
looking-glass: add igpu option
Signed-off-by: Myned <dev@bjork.tech>
2024-12-11 21:25:08 -06:00

8 lines
136 B
Nix

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