all repos — nixfiles @ c5675e3ff81913d994d5ce35757b6dadefde096f

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

prefect: disable autostart applications
Alan Pearce alan@alanpearce.eu
Mon, 12 Apr 2021 15:12:25 +0200
commit

c5675e3ff81913d994d5ce35757b6dadefde096f

parent

f5785c7356f7538306397493b33c859f05886c35

1 files changed, 0 insertions(+), 3 deletions(-)

jump to
M user/prefect.nixuser/prefect.nix
@@ -30,9 +30,6 @@ ./settings/zsh.nix   ];
 
   xsession.windowManager.i3.config.startup = [
-    { command = "firefox-devedition"; }
-    { command = "emacs"; }
-    { command = "barrier"; }
   ];
 
 }