hosts/ni: update nixpkgs configuration

This commit is contained in:
Gabriel Arazas 2023-09-24 19:20:05 +08:00
parent 3744799a2f
commit d03fc4637d
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 11 additions and 5 deletions
hosts/ni
config/nixpkgs
default.nix

View File

@ -0,0 +1,10 @@
{
allowUnfree = true;
# These are wrapper options for Firefox.
firefox = {
enableBrowserpass = true;
enableTridactylNative = true;
enableFxCastBridge = true;
};
}

View File

@ -131,11 +131,7 @@
programs.adb.enable = true;
# Basically, the most basic nixpkgs configuration.
environment.etc."nix/nixpkgs-config.nix".text = ''
{
allowUnfree = true;
}
'';
environment.variables.NIXPKGS_CONFIG = lib.mkForce ./config/nixpkgs/config.nix;
environment.systemPackages = with pkgs; [
# Some sysadmin thingamajigs.