From dab1895180c9554abc2ca60d00e106bee393f640 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Thu, 8 May 2025 00:48:42 -0300 Subject: chore(gnome): rewrite extension logic to be able to more easily enable them separately --- hosts/larissa.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/larissa.nix') 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; -- cgit v1.2.3