From af45f6195844ba13fd1a8dced38d226e99ec3c6b Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 23 Jun 2025 22:58:21 -0400 Subject: fix hosts --- hosts/kaworu/default.nix | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'hosts/kaworu/default.nix') diff --git a/hosts/kaworu/default.nix b/hosts/kaworu/default.nix index 2ac1186..a8f54c5 100644 --- a/hosts/kaworu/default.nix +++ b/hosts/kaworu/default.nix @@ -10,9 +10,8 @@ inputs.nixpkgs.lib.nixosSystem rec { specialArgs = {inherit inputs;}; modules = [ options - ../../config ../../home - ../../programs + ../../modules ../../system { imports = [ @@ -27,6 +26,30 @@ inputs.nixpkgs.lib.nixosSystem rec { scale = 1.0; } ]; + + # modules + desktop = { + enable = true; + astal = true; + firefox = true; + hyprland = true; + hyprlock = true; + hypridle = true; + hyprpaper = true; + }; + development = { + c = true; + rust = true; + web = true; + }; + gaming = { + homestuck = true; + minecraft = true; + steam = true; + }; + terminal = { + kitty = true; + }; } ]; } -- cgit v1.2.3-freya