flake: Replace nixpkgs overrides with cleaner ones

This commit is contained in:
2024-10-06 02:58:51 +02:00
parent dab63bfbeb
commit 5fed94ef27
4 changed files with 29 additions and 35 deletions

View File

@@ -39,6 +39,7 @@
environment.variables = { EDITOR = "vim"; };
environment.systemPackages = with pkgs; [
zfs
unstable.ncdu
];
virtualisation.docker.enable = true;