Add Firefox configuration to common.
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
./firefox.nix
|
||||||
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
gc.options = "--delete-older-than 30d";
|
gc.options = "--delete-older-than 30d";
|
||||||
optimise.automatic = true;
|
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