mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-24 18:19:01 +00:00
hosts/ni: update nixpkgs configuration
This commit is contained in:
parent
3744799a2f
commit
d03fc4637d
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;
|
programs.adb.enable = true;
|
||||||
|
|
||||||
# Basically, the most basic nixpkgs configuration.
|
# Basically, the most basic nixpkgs configuration.
|
||||||
environment.etc."nix/nixpkgs-config.nix".text = ''
|
environment.variables.NIXPKGS_CONFIG = lib.mkForce ./config/nixpkgs/config.nix;
|
||||||
{
|
|
||||||
allowUnfree = true;
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Some sysadmin thingamajigs.
|
# Some sysadmin thingamajigs.
|
||||||
|
Loading…
Reference in New Issue
Block a user