programs: add "nix"
this allows me to get it to shup up about so-called 'non-free' packages
This commit is contained in:
@@ -80,6 +80,7 @@ in
|
|||||||
"neovim"
|
"neovim"
|
||||||
"netcat"
|
"netcat"
|
||||||
"nethogs"
|
"nethogs"
|
||||||
|
"nix"
|
||||||
"nmap"
|
"nmap"
|
||||||
"nmcli"
|
"nmcli"
|
||||||
"nvme-cli" # nvme
|
"nvme-cli" # nvme
|
||||||
|
@@ -103,6 +103,7 @@
|
|||||||
./nheko.nix
|
./nheko.nix
|
||||||
./nicotine-plus.nix
|
./nicotine-plus.nix
|
||||||
./nix-index.nix
|
./nix-index.nix
|
||||||
|
./nix.nix
|
||||||
./nmcli.nix
|
./nmcli.nix
|
||||||
./notejot.nix
|
./notejot.nix
|
||||||
./ntfy-sh.nix
|
./ntfy-sh.nix
|
||||||
|
6
hosts/common/programs/nix.nix
Normal file
6
hosts/common/programs/nix.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
sane.programs.nix = {
|
||||||
|
env.NIXPKGS_ALLOW_UNFREE = "1"; #< FUCK OFF YOU'RE SO ANNOYING
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user