summaryrefslogtreecommitdiff
path: root/hosts/shinji/default.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-27 16:39:14 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-27 16:39:14 -0400
commit2e4c4298cf84f94d68387e8076fd430e9968ce6c (patch)
tree2a43fa6d4659fe2585c75aeec3ee4d5e0a42de2e /hosts/shinji/default.nix
parentfmt (diff)
downloaddotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.gz
dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.bz2
dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.zip
refactor
Diffstat (limited to 'hosts/shinji/default.nix')
-rw-r--r--hosts/shinji/default.nix16
1 files changed, 7 insertions, 9 deletions
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;