diff --git a/SwarselSystems.org b/SwarselSystems.org index 1c7e8f9..ec856c1 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -2492,6 +2492,7 @@ This utility checks if there are updated packages in nixpkgs-unstable. It does s This file now holds all of the "nixpkgs-changes" that I am using across the configurations. Most notable here are the =modifications=, where I am editing derivations according to my needs. + #+begin_src nix :tangle overlays/default.nix { inputs, ... }: { additions = final: _prev: import ../pkgs { pkgs = final; }; @@ -3116,6 +3117,7 @@ Also, the system state version is set here. No need to touch it. "nix-command" "flakes" "ca-derivations" + "pipe-operators" ]; trusted-users = [ "swarsel" ]; flake-registry = ""; @@ -6422,6 +6424,7 @@ This section sets up all the imports that are used in the home-manager section. "nix-command" "flakes" "ca-derivations" + "pipe-operators" ]; }; }; @@ -6487,6 +6490,8 @@ This holds packages that I can use as provided, or with small modifications (as nmap lsof nvd + nh + nix-output-monitor hyprpicker # color picker # nix diff --git a/profiles/common/home/packages.nix b/profiles/common/home/packages.nix index 1e5b082..8db2889 100644 --- a/profiles/common/home/packages.nix +++ b/profiles/common/home/packages.nix @@ -26,6 +26,8 @@ nmap lsof nvd + nh + nix-output-monitor hyprpicker # color picker # nix diff --git a/profiles/common/home/settings.nix b/profiles/common/home/settings.nix index 63619bb..317a8a7 100644 --- a/profiles/common/home/settings.nix +++ b/profiles/common/home/settings.nix @@ -7,6 +7,7 @@ "nix-command" "flakes" "ca-derivations" + "pipe-operators" ]; }; }; diff --git a/profiles/common/nixos/settings.nix b/profiles/common/nixos/settings.nix index 073b66d..31ca093 100644 --- a/profiles/common/nixos/settings.nix +++ b/profiles/common/nixos/settings.nix @@ -10,6 +10,7 @@ "nix-command" "flakes" "ca-derivations" + "pipe-operators" ]; trusted-users = [ "swarsel" ]; flake-registry = "";