mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 14:20:33 +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 = [
|
imports = [
|
||||||
./modules/nixvim.nix
|
./modules/nixvim.nix
|
||||||
./modules/firefox.nix
|
./modules/firefox.nix
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue