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 | |
parent | fmt (diff) | |
download | dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.gz dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.bz2 dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.zip |
refactor
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/kaworu/default.nix | 16 | ||||
-rw-r--r-- | hosts/shinji/default.nix | 16 | ||||
-rw-r--r-- | hosts/thinkpad/default.nix | 16 |
3 files changed, 21 insertions, 27 deletions
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; diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 4d7f434..8051429 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -37,16 +37,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; @@ -59,9 +60,6 @@ minecraft = true; steam = true; }; - terminal = { - kitty = true; - }; # modules battery = true; 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; |