Some further Firefox config

This commit is contained in:
xqtc161 2024-02-23 13:08:52 +01:00
parent 69b35fe1e2
commit 5106f2ecca
4 changed files with 9 additions and 2 deletions

View file

@ -1 +0,0 @@

View file

@ -1,5 +1,6 @@
{ config, pkgs, inputs, ... }: { config, pkgs, lib, inputs, ... }:
{ {
imports = [ imports = [
./modules/nixvim.nix ./modules/nixvim.nix
./modules/firefox.nix ./modules/firefox.nix

View file

@ -18,6 +18,8 @@ with inputs;
bitwarden bitwarden
sidebery sidebery
darkreader darkreader
stylus
vimium-c
noscript noscript
]; ];
search = { search = {
@ -89,6 +91,10 @@ with inputs;
"toolkit.legacyUserProfileCustomizations.stylesheets" = true; # Needed to allow userChrome.css "toolkit.legacyUserProfileCustomizations.stylesheets" = true; # Needed to allow userChrome.css
}; };
userChrome = '' userChrome = ''
@import "firefox-gnome-theme/userChrome.css";
#TabsToolbar {
display: none; !important
}
#sidebar-header { #sidebar-header {
display: none; display: none;
} }

View file

@ -4,6 +4,7 @@
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
#../../common
#../antivirus.nix #../antivirus.nix
../../modules/home-manager.nix ../../modules/home-manager.nix
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480 inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480