summaryrefslogtreecommitdiff
path: root/hosts/larissa.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/larissa.nix')
-rw-r--r--hosts/larissa.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/larissa.nix b/hosts/larissa.nix
index b400f53..9cb81af 100644
--- a/hosts/larissa.nix
+++ b/hosts/larissa.nix
@@ -9,7 +9,10 @@
(modulesPath + "/installer/scan/not-detected.nix")
];
- santi-modules.desktop-environment.enable = true;
+ santi-modules = {
+ desktop-environment.enable = true;
+ has-touchpad = true;
+ };
# Bootloader.
boot = {
loader.systemd-boot.enable = true;