Skip to content

Commit

Permalink
🐛 Added firefox dracula theme extension
Browse files Browse the repository at this point in the history
Also removed an useless profile
  • Loading branch information
theobori committed Jan 15, 2025
1 parent 769b803 commit 2cbeab9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions modules/home/browsers/firefox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ in
dearrow
betterttv
seventv
dracula-dark-colorscheme

# My custom addons

(
let
version = "0.7.1";
Expand Down Expand Up @@ -314,17 +314,12 @@ in
enable = true;

profiles = {
"dev-edition-default" = {
${config.${namespace}.user.name} = {
id = 0;
path = "${config.${namespace}.user.name}";
};

${config.${namespace}.user.name} = {
inherit (cfg) extraConfig extensions bookmarks;
inherit (config.${namespace}.user) name;

id = 1;

settings = mkMerge [
cfg.settings
{
Expand Down

0 comments on commit 2cbeab9

Please sign in to comment.