added config for waku

This commit is contained in:
Kenryu Shibata
2026-03-11 20:03:54 +09:00
parent d471aa77f9
commit 52d1d2db18
3 changed files with 35 additions and 5 deletions

View File

@@ -30,7 +30,7 @@
};
};
services.libinput = {
services.libinput = lib.mkDefault {
enable = true;
touchpad = {
tapping = true;
@@ -44,5 +44,10 @@
environment.systemPackages = with pkgs; [
alacritty
xfe
feh
keepassxc
kdePackages.spectacle
kdePackages.gwenview
kdePackages.okular
];
}