diff options
-rw-r--r-- | user/prefect.nix | 7 |
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"; } + ]; + } |