diff --git a/nixos/system/home/shared.nix b/nixos/system/home/shared.nix index 061585b..d4d46bd 100644 --- a/nixos/system/home/shared.nix +++ b/nixos/system/home/shared.nix @@ -48,10 +48,7 @@ in { sessionVariables.EDITOR = "vim"; sessionVariables.SHELL = "/etc/profiles/per-user/${username}/bin/zsh"; - packages = lib.mkDefault ( - stable-packages - ++ unstable-packages - ); + packages = stable-packages ++ unstable-packages; file.".ssh/known_hosts" = { text = joinedString;