libinput + home manager
This commit is contained in:
parent
638f0fc6d6
commit
3a8e4b48f9
1 changed files with 6 additions and 2 deletions
|
@ -25,7 +25,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget git zsh gnupg curl tmux python36Packages.glances vim htop atop firefox
|
wget git zsh gnupg curl tmux python36Packages.glances vim htop atop firefox home-manager
|
||||||
];
|
];
|
||||||
|
|
||||||
i18n.defaultLocale = "en_GB.UTF-8";
|
i18n.defaultLocale = "en_GB.UTF-8";
|
||||||
|
@ -72,7 +72,11 @@ in
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
layout = "pl";
|
layout = "pl";
|
||||||
libinput.enable = true;
|
libinput = {
|
||||||
|
enable = true;
|
||||||
|
naturalScrolling = false;
|
||||||
|
clickMethod = "clickfinger";
|
||||||
|
};
|
||||||
|
|
||||||
desktopManager = {
|
desktopManager = {
|
||||||
gnome3 = {
|
gnome3 = {
|
||||||
|
|
Loading…
Reference in a new issue