Add firefox config

This commit is contained in:
Oystein Kristoffer Tveit 2022-08-18 23:16:12 +02:00
parent 3f7f9ceead
commit 45ee7cf03c
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 10 additions and 0 deletions

View File

@ -10,6 +10,7 @@ in {
./misc/ssh/hosts/pvv.nix
./programs/comma.nix
./programs/firefox.nix
./programs/gh.nix
./programs/git.nix
./programs/gpg.nix

9
programs/firefox.nix Normal file
View File

@ -0,0 +1,9 @@
{ ... }:
{
programs.firefox = {
enable = true;
profiles.h7x4 = {
settings = {};
};
};
}