all repos — nixfiles @ 4d230ecf19a7709d8fabdd1cae155057215576d0

System and user configuration, managed by nix and home-manager

Extract always-requested system packages to module

Alan Pearce
commit

4d230ecf19a7709d8fabdd1cae155057215576d0

parent

718ebf3e3fe216f88308b8cb44266cbb97b78e8a

1 file changed, 0 insertions(+), 7 deletions(-)

changed files
M system/settings/base.nixsystem/settings/base.nix
@@ -6,13 +6,6 @@ ../modules/nextdns.nix
]; boot.loader.timeout = lib.mkDefault 1; - environment.systemPackages = with pkgs; [ - nix-index - cachix - vim - zstd - ]; - programs.zsh = { histFile = "\${XDG_DATA_HOME}/zsh/history"; };