Add firefox config

This commit is contained in:
2022-08-18 23:16:12 +02:00
parent 3f7f9ceead
commit 45ee7cf03c
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{ ... }:
{
programs.firefox = {
enable = true;
profiles.h7x4 = {
settings = {};
};
};
}