prefect: autostart work applications
1 file changed, 7 insertions(+), 0 deletions(-)
jump to
M user/prefect.nix → user/prefect.nix
@@ -28,4 +28,11 @@ ./settings/user-interface.nix ./settings/xresources.nix ./settings/zsh.nix ]; + + xsession.windowManager.i3.config.startup = [ + { command = "firefox-devedition"; } + { command = "emacs"; } + { command = "barrier"; } + ]; + }