unfolder: promote duf, file, and tree to defaults
This commit is contained in:
parent
8a3e01091c
commit
0fc5aaa8c0
|
@ -73,10 +73,11 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
file
|
||||
libreoffice
|
||||
unzip
|
||||
google-chrome
|
||||
syncthing
|
||||
mpv
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
|
|
|
@ -73,10 +73,13 @@ in {
|
|||
(mkIf cfg.defaults.programs {
|
||||
environment.systemPackages = with pkgs; [
|
||||
curl
|
||||
duf
|
||||
file
|
||||
git
|
||||
htop
|
||||
nebula
|
||||
python3
|
||||
tree
|
||||
vim
|
||||
wget
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue