mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
fix touchpad, fix stylix polarity
This commit is contained in:
parent
f28d2287ba
commit
91ebcfa4f1
6 changed files with 27 additions and 9 deletions
|
|
@ -76,7 +76,7 @@ let
|
|||
}
|
||||
)
|
||||
// {
|
||||
inherit polarity;
|
||||
polarity = forceOrDefault polarity;
|
||||
};
|
||||
|
||||
buildSpecialisation =
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ in
|
|||
autoEnable = false;
|
||||
targets.gtk.enable = true;
|
||||
targets.gtk.flatpakSupport.enable = true;
|
||||
polarity = "dark";
|
||||
cursor = {
|
||||
package = pkgs.graphite-cursors;
|
||||
name = "graphite-dark";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue