diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-18 12:47:55 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-18 12:47:55 -0500 |
| commit | d97f055798ed93a42c1825a423b91dc320a5b267 (patch) | |
| tree | 811788e855a8314447db974b9fe82301c8ea27cd /hosts/limbo | |
| parent | 44c11be5831b178777bae2794848e0365d813471 (diff) | |
re-theming begun
Diffstat (limited to 'hosts/limbo')
| -rw-r--r-- | hosts/limbo/default.nix | 4 |
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"; } |
