diff options
| author | Mitch Taylor <mitch@mitchtaylor.xyz> | 2026-03-23 13:53:06 -0300 |
|---|---|---|
| committer | Mitch Taylor <mitch@mitchtaylor.xyz> | 2026-03-23 13:53:06 -0300 |
| commit | 41ba51ef22074fadc6e1aa14c217d99456e6ee8e (patch) | |
| tree | d053d89c6f2f5a0263b7c962c47395ba42b8aeb1 /home.scm | |
| parent | ca302c7e4673f668e82547d2d1ef9afed5ec8c79 (diff) | |
sway autostart + emacs
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 |
