Compare commits
2 commits
3ec43e373c
...
761f914232
Author | SHA1 | Date | |
---|---|---|---|
761f914232 | |||
21d0798440 |
3 changed files with 9 additions and 5 deletions
|
@ -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 = [
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
|
wacom.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
greetd = {
|
greetd = {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue