From ab0ef5c987b7f179725032d920ac75b66aa194e1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 31 Mar 2023 16:55:42 -0700 Subject: home/sway: start sway and ssh-agent properly I only need to run sway and the ssh-agent on a workstation (desktop or laptop). Start these two processes when the window manager starts. --- home/shell/zsh/default.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'home/shell/zsh/default.nix') diff --git a/home/shell/zsh/default.nix b/home/shell/zsh/default.nix index 6bf11ab..3734fc3 100644 --- a/home/shell/zsh/default.nix +++ b/home/shell/zsh/default.nix @@ -36,15 +36,7 @@ in defaultKeymap = "emacs"; - # the order matters for sway.zsh: I want to load it first - # to start the session if I log on a machine where it's - # available. - # it can't be loaded with `initExtraFirst` because the session - # variables from home-manager are not set yet otherwise (and I - # need them for things like firefox or emacs). initExtra = lib.concatMapStrings builtins.readFile [ - ./ssh-agent.zsh - ./sway.zsh ./completion-style.zsh ./options.zsh ./prompt.zsh -- cgit v1.2.3