mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-24 12:19:00 +00:00
hosts/ni: update nixpkgs configuration
This commit is contained in:
parent
3744799a2f
commit
d03fc4637d
hosts/ni
10
hosts/ni/config/nixpkgs/config.nix
Normal file
10
hosts/ni/config/nixpkgs/config.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
allowUnfree = true;
|
||||
|
||||
# These are wrapper options for Firefox.
|
||||
firefox = {
|
||||
enableBrowserpass = true;
|
||||
enableTridactylNative = true;
|
||||
enableFxCastBridge = true;
|
||||
};
|
||||
}
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user