mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: remove steam; remove desktop profile since it is not used
This commit is contained in:
parent
ed59dde6ca
commit
0477b8b4e3
7 changed files with 15 additions and 54 deletions
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue