From 52344e28b1adb988c926bacc8dba4e2c9cc11b8d Mon Sep 17 00:00:00 2001 From: Nichkara Date: Fri, 27 Feb 2026 11:35:12 +0100 Subject: [PATCH] Update module structure --- profile.nix.template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/profile.nix.template b/profile.nix.template index d5733bd..b0bb952 100644 --- a/profile.nix.template +++ b/profile.nix.template @@ -4,11 +4,9 @@ hashedPassword = "$y$j9T$W72kGNL9hSTiN7CjnUpqH1$uyE1OzYN4kvbhhylX7pwRmLYYYmouRPVGIDZKwx8YW8"; interface = "hyprland"; modules = { + base = true; office = false; - latex = false; - mail = false; - embedded = false; - books = false; - matrix = false; + development = false; + science = false; }; }