mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 02:20:32 +01:00
Some further Firefox config
This commit is contained in:
parent
69b35fe1e2
commit
5106f2ecca
|
@ -1 +0,0 @@
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{ config, pkgs, lib, inputs, ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
./modules/nixvim.nix
|
||||
./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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue