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; }; }