summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/prefect.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/user/prefect.nix b/user/prefect.nix
index 954de1ee..3b517333 100644
--- a/user/prefect.nix
+++ b/user/prefect.nix
@@ -28,4 +28,11 @@
     ./settings/xresources.nix
     ./settings/zsh.nix
   ];
+
+  xsession.windowManager.i3.config.startup = [
+    { command = "firefox-devedition"; }
+    { command = "emacs"; }
+    { command = "barrier"; }
+  ];
+
 }