diff options
-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"; } ]; } |