chore: remove steam; remove desktop profile since it is not used

This commit is contained in:
Ahwx 2025-07-26 20:06:08 +02:00
parent ed59dde6ca
commit 0477b8b4e3
7 changed files with 15 additions and 54 deletions

View file

@ -17,9 +17,7 @@
extraSpecialArgs = { inherit inputs username host; };
users.${username} = {
imports =
if (host == "desktop") then
[ ./../home/default.desktop.nix ]
else if (host == "violet") then
if (host == "violet") then
[ ./../home/default.server.nix ]
else if (host == "dandelion") then
[ ./../home/default.server.nix ]