From 2e4c4298cf84f94d68387e8076fd430e9968ce6c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 27 Jun 2025 16:39:14 -0400 Subject: refactor --- hosts/kaworu/default.nix | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'hosts/kaworu') diff --git a/hosts/kaworu/default.nix b/hosts/kaworu/default.nix index c9a2361..18bfc8e 100644 --- a/hosts/kaworu/default.nix +++ b/hosts/kaworu/default.nix @@ -15,16 +15,17 @@ ]; # modules - browser = { + apps = { + astal = true; + hyprlock = true; + kitty = true; + }; + browsers = { firefox = true; }; - desktop = { + desktops = { enable = true; - astal = true; hyprland = true; - hyprlock = true; - hypridle = true; - hyprpaper = true; }; development = { c = true; @@ -36,9 +37,6 @@ minecraft = true; steam = true; }; - terminal = { - kitty = true; - }; # modules bluetooth = true; -- cgit v1.2.3-freya