summaryrefslogtreecommitdiff
path: root/hosts/shinji/default.nix
diff options
context:
space:
mode:
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;