aboutsummaryrefslogtreecommitdiff
path: root/hosts/limbo
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/limbo')
-rw-r--r--hosts/limbo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/limbo/default.nix b/hosts/limbo/default.nix
index 181000c..f24adb3 100644
--- a/hosts/limbo/default.nix
+++ b/hosts/limbo/default.nix
@@ -16,7 +16,7 @@
../../modules/user
];
- desktop.windowManager = "swayfx";
+ desktop.windowManager = "sway";
};
networking.networkmanager = {
@@ -24,7 +24,7 @@
wifi.macAddress = "random";
};
- programs.swayfx.enable = true;
+ programs.sway.enable = true;
services.automatic-timezoned.enable = true;
system.stateVersion = "26.05";
}