From 2e4c4298cf84f94d68387e8076fd430e9968ce6c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 27 Jun 2025 16:39:14 -0400 Subject: refactor --- hosts/thinkpad/default.nix | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'hosts/thinkpad/default.nix') diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index b2986ba..9d600dc 100644 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -15,24 +15,22 @@ ]; # 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; }; gaming = { homestuck = true; minecraft = true; }; - terminal = { - kitty = true; - }; # modules battery = true; -- cgit v1.2.3-freya