fixes and extensions
This commit is contained in:
@@ -6,6 +6,8 @@ with lib.hm.gvariant;
|
||||
../modules/home-manager/browser.nix
|
||||
../modules/home-manager/code.nix
|
||||
../modules/home-manager/flatpaks.nix
|
||||
../modules/home-manager/thunderbird.nix
|
||||
../modules/home-manager/quickshare.nix
|
||||
../modules/home-manager/gnome-shell-customization.nix
|
||||
];
|
||||
|
||||
@@ -39,17 +41,17 @@ with lib.hm.gvariant;
|
||||
|
||||
"org/gnome/desktop/peripherals/keyboard" = {
|
||||
numlock-state = true;
|
||||
}
|
||||
};
|
||||
|
||||
"org/gnome/desktop/peripherals/mouse" = {
|
||||
natural-scroll = false;
|
||||
speed = 0.20851063829787231;
|
||||
}
|
||||
};
|
||||
|
||||
"org/gnome/desktop/peripherals/touchpad" = {
|
||||
tap-to-click = true;
|
||||
two-finger-scrolling-enabled = true;
|
||||
speed = 0.16872427983539096;
|
||||
}
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user