More flake fixes
This commit is contained in:
parent
6d98d85642
commit
597b50ebef
13 changed files with 133 additions and 27 deletions
|
@ -22,7 +22,10 @@ in
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
nix = {
|
||||
package = lib.mkDefault pkgs.nixFlakes;
|
||||
settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
warn-dirty = false;
|
||||
};
|
||||
};
|
||||
|
||||
programs =
|
||||
|
@ -453,6 +456,7 @@ in
|
|||
ncdu
|
||||
jdupes
|
||||
duperemove
|
||||
compsize
|
||||
|
||||
# local monitoring
|
||||
htop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue