Add Firefox configuration to common.
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./firefox.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
nix = {
|
||||
gc.options = "--delete-older-than 30d";
|
||||
optimise.automatic = true;
|
||||
|
||||
4
nodes/hosts/common/firefox.nix
Normal file
4
nodes/hosts/common/firefox.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.firefox.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user