Compare commits

..

No commits in common. "761f91423286eca967d4c562d6ee20cce7f1878c" and "3ec43e373c30f84f22e7a37f549ca513a2eb6095" have entirely different histories.

3 changed files with 5 additions and 9 deletions

View file

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

View file

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

View file

@ -4,12 +4,6 @@
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 */
/* Extensions button into the "left-sidebar" - Immovable */
@ -79,6 +73,10 @@ toolbar .toolbarbutton-1 > .toolbarbutton-badge-stack {
width: unset !important;
}
:root {
--margin-left-icons-personal: 3px !important;
}
:root:not([chromehidden~="toolbar"]) #PanelUI-menu-button > stack{
display: unset;
align-items: unset !important;