[tohru] Modularise firefox config
(such as it is)
This commit is contained in:
parent
c8da705e4b
commit
104d995dd2
2 changed files with 7 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
imports = [
|
||||
../../home/btop.nix
|
||||
../../home/cli.nix
|
||||
../../home/firefox.nix
|
||||
../../home/gnome
|
||||
../../home/vscode.nix
|
||||
];
|
||||
|
@ -13,9 +14,7 @@
|
|||
bitwarden
|
||||
tor-browser-bundle-bin
|
||||
];
|
||||
|
||||
programs.chromium.enable = true;
|
||||
programs.firefox.enable = true;
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue