From 0fc5aaa8c0799a2b9bef1d81d99f536f2627022d Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Wed, 13 Sep 2023 13:32:21 -0700 Subject: [PATCH] unfolder: promote duf, file, and tree to defaults --- machine/unfolder/default.nix | 3 ++- modules/beatific.nix | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/machine/unfolder/default.nix b/machine/unfolder/default.nix index 03f8a6c..e767085 100644 --- a/machine/unfolder/default.nix +++ b/machine/unfolder/default.nix @@ -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) [ diff --git a/modules/beatific.nix b/modules/beatific.nix index d4a7c98..bda495c 100644 --- a/modules/beatific.nix +++ b/modules/beatific.nix @@ -73,10 +73,13 @@ in { (mkIf cfg.defaults.programs { environment.systemPackages = with pkgs; [ curl + duf + file git htop nebula python3 + tree vim wget ];