Rename firefox -> librewolf, remove themeing which wasnt working anyway and fix sway keybinding for opening librewolf

This commit is contained in:
Martin Larsson 2025-10-11 10:43:58 +02:00
parent 18880ce370
commit 6c4632d386
3 changed files with 2 additions and 11 deletions

View file

@ -55,15 +55,6 @@ in
profiles.default = {
isDefault = true;
name = "DefaultProfile";
userChrome = ''
@import "theme/nordic-theme.css";
@import "theme/hide-single-tab.css";
@import "theme/matching-autocomplete-width.css";
@import "theme/system-icons.css";
@import "theme/symbolic-tab-icons.css";
@import "customChrome.css";
'';
bookmarks = {
force = true;

View file

@ -68,7 +68,7 @@ in
{
imports = [
./common/colorsync_services.nix
./common/firefox.nix
./common/librewolf.nix
];
home = {