aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-01-12 21:40:55 -0500
committerRosa <rosaontheweb@proton.me>2026-01-12 21:40:55 -0500
commit00085b663dbe8b9f903a9648bdf596ef63719585 (patch)
tree2c3011695d2de65ce4c77a7c6550d59e1df42a87 /hosts
parent5570be9c9c64e0ba2474d73c2b6b23508b916fd6 (diff)
initial swayfx module
Diffstat (limited to 'hosts')
-rw-r--r--hosts/limbo/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/limbo/default.nix b/hosts/limbo/default.nix
index b7be92e..181000c 100644
--- a/hosts/limbo/default.nix
+++ b/hosts/limbo/default.nix
@@ -11,11 +11,20 @@
time = true;
};
+ home-manager.users.rosa = {
+ imports = [
+ ../../modules/user
+ ];
+
+ desktop.windowManager = "swayfx";
+ };
+
networking.networkmanager = {
enable = true;
wifi.macAddress = "random";
};
+ programs.swayfx.enable = true;
services.automatic-timezoned.enable = true;
system.stateVersion = "26.05";
}