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"
|
||||
"netcat"
|
||||
"nethogs"
|
||||
"nix"
|
||||
"nmap"
|
||||
"nmcli"
|
||||
"nvme-cli" # nvme
|
||||
|
@@ -103,6 +103,7 @@
|
||||
./nheko.nix
|
||||
./nicotine-plus.nix
|
||||
./nix-index.nix
|
||||
./nix.nix
|
||||
./nmcli.nix
|
||||
./notejot.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