all repos — nixfiles @ d2f23109a0c630c2487d580ea25998e6b5bd0864

System and user configuration, managed by nix and home-manager

prefect: autostart work applications

Alan Pearce
commit

d2f23109a0c630c2487d580ea25998e6b5bd0864

parent

ada4944685955670ab11075ba99dcab842ac69e8

1 file changed, 7 insertions(+), 0 deletions(-)

jump to
M user/prefect.nixuser/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"; } + ]; + }