diff options
| author | Fuwn <[email protected]> | 2024-11-10 01:02:08 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-11-10 01:02:08 -0800 |
| commit | d27ab2406fbf68968681196c2466d679bd014ce3 (patch) | |
| tree | cb904ea99eb40073395031e2fa7b1a5ad51e9837 /modules/desktop/software/services/libinput.nix | |
| parent | desktop: plex samba share (diff) | |
| download | nixos-config-d27ab2406fbf68968681196c2466d679bd014ce3.tar.xz nixos-config-d27ab2406fbf68968681196c2466d679bd014ce3.zip | |
desktop: move services out of software
Diffstat (limited to 'modules/desktop/software/services/libinput.nix')
| -rw-r--r-- | modules/desktop/software/services/libinput.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/desktop/software/services/libinput.nix b/modules/desktop/software/services/libinput.nix deleted file mode 100644 index c95b993..0000000 --- a/modules/desktop/software/services/libinput.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - services.libinput = { - mouse.accelProfile = "flat"; - touchpad.accelProfile = "flat"; - }; -} |