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; [
|
environment.systemPackages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
file
|
libreoffice
|
||||||
unzip
|
unzip
|
||||||
google-chrome
|
google-chrome
|
||||||
syncthing
|
syncthing
|
||||||
|
mpv
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
|
|
@ -73,10 +73,13 @@ in {
|
||||||
(mkIf cfg.defaults.programs {
|
(mkIf cfg.defaults.programs {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
curl
|
curl
|
||||||
|
duf
|
||||||
|
file
|
||||||
git
|
git
|
||||||
htop
|
htop
|
||||||
nebula
|
nebula
|
||||||
python3
|
python3
|
||||||
|
tree
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue