Make more things desktop only
All checks were successful
/ check (push) Successful in 1m45s

This commit is contained in:
Oliver Davies 2025-07-31 19:48:30 +01:00
parent 3bcf37f394
commit 865c60d557
9 changed files with 9 additions and 9 deletions

View file

@ -4,5 +4,5 @@
"steam-unwrapped"
];
flake.modules.nixos.pc.programs.steam.enable = true;
flake.modules.nixos.desktop.programs.steam.enable = true;
}