From c5675e3ff81913d994d5ce35757b6dadefde096f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 12 Apr 2021 15:12:25 +0200 Subject: prefect: disable autostart applications --- user/prefect.nix | 3 --- 1 file changed, 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"; } ]; } -- cgit 1.4.1