From 19b4fcfc4f39a9a3f548d6759df5d619b1bb2beb Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Fri, 7 Jun 2024 17:36:38 -0400 Subject: [PATCH] move doom & gammastep to nonserver Signed-off-by: ahuston-0 --- users/alice/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/alice/home.nix b/users/alice/home.nix index 009af3d..4f7a7b8 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -10,11 +10,11 @@ imports = [ ./home/zsh.nix - ./home/doom - ./home/gammastep.nix ./home/git.nix ] ++ lib.optionals (!machineConfig.server) [ + ./home/gammastep.nix + ./home/doom ./home/hypr ./non-server.nix ];