Move xserver service configuration

This commit is contained in:
Oliver Davies 2025-05-22 12:39:19 +01:00
parent 66474335ff
commit b3f45b143b
3 changed files with 17 additions and 12 deletions

View file

@ -0,0 +1,17 @@
{
imports = [
./xserver.nix
];
services = {
auto-cpufreq.enable = true;
gvfs.enable = true;
power-profiles-daemon.enable = false;
printing.enable = true;
pulseaudio.enable = false;
tailscale.enable = true;
throttled.enable = true;
thermald.enable = true;
upower.enable = true;
};
}