programs: add "nix"

this allows me to get it to shup up about so-called 'non-free' packages
This commit is contained in:
2024-07-22 10:46:31 +00:00
parent 79fbdc4e15
commit 3c8b3f2d04
3 changed files with 8 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ in
"neovim"
"netcat"
"nethogs"
"nix"
"nmap"
"nmcli"
"nvme-cli" # nvme

View File

@@ -103,6 +103,7 @@
./nheko.nix
./nicotine-plus.nix
./nix-index.nix
./nix.nix
./nmcli.nix
./notejot.nix
./ntfy-sh.nix

View File

@@ -0,0 +1,6 @@
{ ... }:
{
sane.programs.nix = {
env.NIXPKGS_ALLOW_UNFREE = "1"; #< FUCK OFF YOU'RE SO ANNOYING
};
}