flake: bump inputs
All checks were successful
continuous-integration/drone/push Build is passing

And migrate firefox extensions configuration to the profile-specific
format.
This commit is contained in:
Bruno BELANYI 2023-02-08 22:02:22 +00:00
parent 0a71548419
commit 8dcc59d481

View file

@ -63,8 +63,6 @@ in
"signon.rememberSignons" = false; # Disable built-in password manager "signon.rememberSignons" = false; # Disable built-in password manager
"ui.systemUsesDarkTheme" = true; # Dark mode "ui.systemUsesDarkTheme" = true; # Dark mode
}; };
};
};
extensions = with pkgs.nur.repos.rycee.firefox-addons; ([ extensions = with pkgs.nur.repos.rycee.firefox-addons; ([
bitwarden bitwarden
@ -80,4 +78,6 @@ in
++ lib.optional (cfg.ff2mpv.enable) ff2mpv ++ lib.optional (cfg.ff2mpv.enable) ff2mpv
); );
}; };
};
};
} }