diff options
-rw-r--r-- | ops/nixos/nugget/default.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index 6bfca391d9b8..7c9530072d41 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -6,6 +6,7 @@ config: let config.allowUnfree = true; }; + unstable = import depot.third_party.nixpkgsSrc {}; lieer = (depot.third_party.lieer {}); # google-c-style is installed only on nugget because other @@ -128,6 +129,7 @@ in depot.lib.fix(self: { jq keybase-gui kubectl + linuxPackages.perf meson miller msmtp @@ -137,7 +139,6 @@ in depot.lib.fix(self: { openssl pass pavucontrol - linuxPackages.perf pinentry pinentry-emacs pwgen @@ -155,6 +156,11 @@ in depot.lib.fix(self: { xclip yubico-piv-tool yubikey-personalization + ]) ++ + + # programs from unstable nixpkgs + (with unstable; [ + zoxide ]); fileSystems = { |