1
1
Fork 0

unfolder: promote duf, file, and tree to defaults

This commit is contained in:
Tim Van Baak 2023-09-13 13:32:21 -07:00
parent 8a3e01091c
commit 0fc5aaa8c0
2 changed files with 5 additions and 1 deletions

View File

@ -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) [

View File

@ -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
]; ];