From 5106f2eccafc8c784fda9f27f21676bb35e6ba83 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Fri, 23 Feb 2024 13:08:52 +0100 Subject: [PATCH] Some further Firefox config --- common/default.nix | 1 - home/default.nix | 3 ++- home/modules/firefox.nix | 6 ++++++ hosts/lilith/default.nix | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/common/default.nix b/common/default.nix index 8b13789..e69de29 100644 --- a/common/default.nix +++ b/common/default.nix @@ -1 +0,0 @@ - diff --git a/home/default.nix b/home/default.nix index da4bb34..f2ba2bf 100644 --- a/home/default.nix +++ b/home/default.nix @@ -1,5 +1,6 @@ -{ config, pkgs, inputs, ... }: +{ config, pkgs, lib, inputs, ... }: { + imports = [ ./modules/nixvim.nix ./modules/firefox.nix diff --git a/home/modules/firefox.nix b/home/modules/firefox.nix index c516262..597fb58 100644 --- a/home/modules/firefox.nix +++ b/home/modules/firefox.nix @@ -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; } diff --git a/hosts/lilith/default.nix b/hosts/lilith/default.nix index e0080a4..d41a1cd 100644 --- a/hosts/lilith/default.nix +++ b/hosts/lilith/default.nix @@ -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