diff options
| -rw-r--r-- | common/modules/window_managers/default.nix | 1 | ||||
| -rw-r--r-- | common/programs/librewolf.nix | 9 | ||||
| -rw-r--r-- | users/common.nix | 1 |
3 files changed, 10 insertions, 1 deletions
diff --git a/common/modules/window_managers/default.nix b/common/modules/window_managers/default.nix index 7967292..e74d505 100644 --- a/common/modules/window_managers/default.nix +++ b/common/modules/window_managers/default.nix @@ -81,7 +81,6 @@ in brightnessctl playerctl fyi - gapless scripts.dotfiles ] ++ lib.optionals config.beeMods.windowManagers.beeConfig.enable [ diff --git a/common/programs/librewolf.nix b/common/programs/librewolf.nix index 915885e..d5bdea4 100644 --- a/common/programs/librewolf.nix +++ b/common/programs/librewolf.nix @@ -65,9 +65,18 @@ }; userChrome = '' @import "firefox-gnome-theme/userChrome.css"; + * { + font-family: "IosevkaInput" !important; + border-radius: 0px !important; + } + ''; userContent = '' @import "firefox-gnome-theme/userContent.css"; + * { + font-family: "IosevkaInput" !important; + border-radius: 0px !important; + } ''; search = { diff --git a/users/common.nix b/users/common.nix index 9896be6..766e0cf 100644 --- a/users/common.nix +++ b/users/common.nix @@ -144,6 +144,7 @@ in home.packages = with pkgs; [ swayimg + kew imagemagick nautilus opencode |
