Compare commits

..

2 commits

Author SHA1 Message Date
761f914232 feat(wim): add some hardware stuff 2023-11-23 21:53:19 -05:00
21d0798440 fix(firefox): change tab height 2023-11-23 21:53:05 -05:00
3 changed files with 9 additions and 5 deletions

View file

@ -9,9 +9,10 @@
boot = { boot = {
kernelPackages = pkgs.linuxPackages_latest; kernelPackages = pkgs.linuxPackages_latest;
kernelModules = ["kvm-amd"]; kernelModules = ["kvm-amd" "acpi_call"];
extraModulePackages = with config.boot.kernelPackages; [ extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback v4l2loopback
acpi_call
]; ];
kernelParams = [ kernelParams = [

View file

@ -14,6 +14,7 @@
}; };
libinput.enable = true; libinput.enable = true;
wacom.enable = true;
}; };
greetd = { greetd = {

View file

@ -4,6 +4,12 @@
display: none !important; display: none !important;
} }
:root * {
--margin-left-icons-personal: 3px !important;
--tab-height-personal: 41px !important;
--uc-tab-corner-height: 41px !important;
}
/* https://github.com/Godiesc/firefox-gx/blob/main/Tricks/README.md */ /* https://github.com/Godiesc/firefox-gx/blob/main/Tricks/README.md */
/* Extensions button into the "left-sidebar" - Immovable */ /* Extensions button into the "left-sidebar" - Immovable */
@ -73,10 +79,6 @@ toolbar .toolbarbutton-1 > .toolbarbutton-badge-stack {
width: unset !important; width: unset !important;
} }
:root {
--margin-left-icons-personal: 3px !important;
}
:root:not([chromehidden~="toolbar"]) #PanelUI-menu-button > stack{ :root:not([chromehidden~="toolbar"]) #PanelUI-menu-button > stack{
display: unset; display: unset;
align-items: unset !important; align-items: unset !important;