Better organization :')
This commit is contained in:
17
modules/home/firefox.nix
Normal file
17
modules/home/firefox.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs, nur, ... }:
|
||||
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.librewolf;
|
||||
|
||||
profiles.default = {
|
||||
id = 0;
|
||||
extensions = with nur.repos.rycee.firefox-addons; [
|
||||
bitwarden
|
||||
floccus
|
||||
ublock-origin
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user