summaryrefslogtreecommitdiff
path: root/home.scm
diff options
context:
space:
mode:
authorMitch Taylor <mitch@mitchtaylor.xyz>2026-03-23 13:53:06 -0300
committerMitch Taylor <mitch@mitchtaylor.xyz>2026-03-23 13:53:06 -0300
commit41ba51ef22074fadc6e1aa14c217d99456e6ee8e (patch)
treed053d89c6f2f5a0263b7c962c47395ba42b8aeb1 /home.scm
parentca302c7e4673f668e82547d2d1ef9afed5ec8c79 (diff)
sway autostart + emacs
Diffstat (limited to 'home.scm')
-rw-r--r--home.scm15
1 files changed, 8 insertions, 7 deletions
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