summaryrefslogtreecommitdiff
path: root/hosts/larissa.nix
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2025-05-08 00:48:42 -0300
committerLeonardo Santiago <[email protected]>2025-05-08 00:48:42 -0300
commitdab1895180c9554abc2ca60d00e106bee393f640 (patch)
tree77f3f3e0729afcc7a1eb2d6011b84790f7303996 /hosts/larissa.nix
parentcd2a8d670aa8dbcc9be199797315e6a45adc1279 (diff)
chore(gnome): rewrite extension logic to be able to more easily enable them separately
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;