summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2021-04-12 15:12:25 +0200
committerAlan Pearce2021-04-12 15:12:25 +0200
commitc5675e3ff81913d994d5ce35757b6dadefde096f (patch)
treed9e3316f73302003900d1a21bca6507e3e52d16c /user
parentf5785c7356f7538306397493b33c859f05886c35 (diff)
downloadnixfiles-c5675e3ff81913d994d5ce35757b6dadefde096f.tar.lz
nixfiles-c5675e3ff81913d994d5ce35757b6dadefde096f.tar.zst
nixfiles-c5675e3ff81913d994d5ce35757b6dadefde096f.zip
prefect: disable autostart applications
Diffstat (limited to 'user')
-rw-r--r--user/prefect.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/user/prefect.nix b/user/prefect.nix
index 358327d3..5427c667 100644
--- a/user/prefect.nix
+++ b/user/prefect.nix
@@ -30,9 +30,6 @@
   ];
 
   xsession.windowManager.i3.config.startup = [
-    { command = "firefox-devedition"; }
-    { command = "emacs"; }
-    { command = "barrier"; }
   ];
 
 }