diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-27 16:39:14 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-27 16:39:14 -0400 |
commit | 2e4c4298cf84f94d68387e8076fd430e9968ce6c (patch) | |
tree | 2a43fa6d4659fe2585c75aeec3ee4d5e0a42de2e /hosts/thinkpad/default.nix | |
parent | fmt (diff) | |
download | dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.gz dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.bz2 dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.zip |
refactor
Diffstat (limited to 'hosts/thinkpad/default.nix')
-rw-r--r-- | hosts/thinkpad/default.nix | 16 |
1 files changed, 7 insertions, 9 deletions
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; |