all repos — nixfiles @ 51ce9f193d72ddaa714cfa961f483022c4515fc5

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

group up compression programs in programs/base.nix

Alan Pearce
commit

51ce9f193d72ddaa714cfa961f483022c4515fc5

parent

27a17bf32f3088f3f669ecce2202d46151998cd2

2 files changed, 2 insertions(+), 6 deletions(-)

jump to
M system/settings/base.nixsystem/settings/base.nix
@@ -6,12 +6,6 @@ }: {
boot.loader.timeout = lib.mkDefault 1; services.irqbalance.enable = true; - environment.systemPackages = with pkgs; [ - lzma - lzop - zstd - ]; - programs.zsh = { histFile = "\${XDG_DATA_HOME}/zsh/history"; };
M system/settings/programs/base.nixsystem/settings/programs/base.nix
@@ -4,6 +4,8 @@ nixpkgs-review
nix-output-monitor cachix home-manager + lzma + lzop zstd ]; nix.settings = {