about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop/wm/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/fcuny/desktop/wm/default.nix b/users/fcuny/desktop/wm/default.nix
index 56ab617..8881055 100644
--- a/users/fcuny/desktop/wm/default.nix
+++ b/users/fcuny/desktop/wm/default.nix
@@ -91,6 +91,9 @@
           scale = "1.3";
         };
       };
+      startup = [
+        { command = ''exec "systemctl --user import-environment; systemctl --user start sway-session.target"''; }
+      ];
     };
   };
 }