aboutsummaryrefslogtreecommitdiff
path: root/hosts/limbo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/limbo/default.nix')
-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";
}