From 41ba51ef22074fadc6e1aa14c217d99456e6ee8e Mon Sep 17 00:00:00 2001 From: Mitch Taylor Date: Mon, 23 Mar 2026 13:53:06 -0300 Subject: sway autostart + emacs --- home.scm | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'home.scm') diff --git a/home.scm b/home.scm index d6d1d26..65fc487 100644 --- a/home.scm +++ b/home.scm @@ -72,6 +72,8 @@ "alsa-utils" "pavucontrol" + "crawl" + "gimp" "zathura" @@ -97,19 +99,18 @@ (services (append (list - ;; Uncomment the shell you wish to use for your user: - ;(service home-fish-service-type) (service home-bash-service-type) (simple-service 'custom-bash-service home-bash-service-type (home-bash-extension - (variables - '(("PS1" . "\\u \\wλ "))) - (aliases - '(("dbus-sway" . "exec dbus-run-session -- sway"))) (bash-profile - `(,(local-file "/home/mitch/.guix-home/profile/etc/profile.d/flatpak.sh"))))) + `(,(local-file "/home/mitch/.guix-home/profile/etc/profile.d/flatpak.sh") + ,(plain-file "bash-sway-login" + (string-append + "if [ -z \"$WAYLAND_DISPLAY\" ] && [ \"$XDG_VTNR\" -eq 1 ]; then\n" + " exec dbus-run-session -- sway\n" + "fi\n")))))) (service home-dotfiles-service-type (home-dotfiles-configuration -- cgit v1.2.3