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 = [
./modules/nixvim.nix
./modules/firefox.nix

View file

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

View file

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