diff options
author | Alan Pearce | 2021-04-12 15:12:25 +0200 |
---|---|---|
committer | Alan Pearce | 2021-04-12 15:12:25 +0200 |
commit | c5675e3ff81913d994d5ce35757b6dadefde096f (patch) | |
tree | d9e3316f73302003900d1a21bca6507e3e52d16c | |
parent | f5785c7356f7538306397493b33c859f05886c35 (diff) | |
download | nixfiles-c5675e3ff81913d994d5ce35757b6dadefde096f.tar.lz nixfiles-c5675e3ff81913d994d5ce35757b6dadefde096f.tar.zst nixfiles-c5675e3ff81913d994d5ce35757b6dadefde096f.zip |
prefect: disable autostart applications
-rw-r--r-- | user/prefect.nix | 3 |
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"; } ]; } |