1
1
Fork 0
nixos/profiles/desktop/default.nix
Myned ff1c7502a5
looking-glass: initial module
Signed-off-by: Myned <dev@bjork.tech>
2024-12-06 19:47:20 -06:00

9 lines
178 B
Nix

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