move doom & gammastep to nonserver

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-07 17:36:38 -04:00 committed by Alice Huston
parent 351ef78a56
commit 19b4fcfc4f

View File

@ -10,11 +10,11 @@
imports = imports =
[ [
./home/zsh.nix ./home/zsh.nix
./home/doom
./home/gammastep.nix
./home/git.nix ./home/git.nix
] ]
++ lib.optionals (!machineConfig.server) [ ++ lib.optionals (!machineConfig.server) [
./home/gammastep.nix
./home/doom
./home/hypr ./home/hypr
./non-server.nix ./non-server.nix
]; ];