diff options
Diffstat (limited to 'home.scm')
| -rw-r--r-- | home.scm | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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 |
