🐛 Fix config errors
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
}:
|
||||
|
||||
{
|
||||
programs.hyprpanel.layout."bar.layouts"."*".right = lib.mkDefault [
|
||||
programs.hyprpanel.settings.layout."bar.layouts"."*".right = lib.mkDefault [
|
||||
"kbinput"
|
||||
"volume"
|
||||
"network"
|
||||
|
@ -7,7 +7,7 @@
|
||||
}:
|
||||
|
||||
{
|
||||
services.hyprpaper =
|
||||
services.hyprpaper.settings =
|
||||
let
|
||||
monitor1 = builtins.toString theme.wallpaper.monitor1;
|
||||
in
|
||||
|
@ -16,8 +16,8 @@
|
||||
];
|
||||
|
||||
input = {
|
||||
sensitivity = 0.4; # -1.0 - 1.0, 0 means no modification.
|
||||
touchpad.natural_scroll = true;
|
||||
sensitivity = lib.mkDefault 0.4; # -1.0 - 1.0, 0 means no modification.
|
||||
touchpad.natural_scroll = lib.mkDefault true;
|
||||
};
|
||||
|
||||
gestures = lib.mkDefault {
|
||||
|
Reference in New Issue
Block a user