summaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-04-05 11:57:45 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-04-05 11:57:45 -0400
commitb88d77fb2d0d5028a6f5670695dee6bec129501f (patch)
tree2536b0461d297e647cf07157641c9b1223339adf /home-config/home-configuration.scm
parent776a7ca55d2d2c3f396de91db1c6c3c5065012cd (diff)
ahhh sloppy fish, still needs fixing, esp with the vars
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r--home-config/home-configuration.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 06b3d96..4dac5b1 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -34,6 +34,8 @@
34 ;; Below is the list of packages that will show up in your 34 ;; Below is the list of packages that will show up in your
35 ;; Home profile, under ~/.guix-home/profile. 35 ;; Home profile, under ~/.guix-home/profile.
36 (packages (append (specifications->packages (list "bat" 36 (packages (append (specifications->packages (list "bat"
37 "fd"
38 "fish"
37 "xdg-utils" 39 "xdg-utils"
38 "abook" 40 "abook"
39 "libnotify" 41 "libnotify"
@@ -138,6 +140,10 @@
138 ("sway" ,(local-file "sway" #:recursive? #t)) 140 ("sway" ,(local-file "sway" #:recursive? #t))
139 ("hypr" ,(local-file "hypr" #:recursive? #t)) 141 ("hypr" ,(local-file "hypr" #:recursive? #t))
140 ("foot" ,(local-file "foot" #:recursive? #t)) 142 ("foot" ,(local-file "foot" #:recursive? #t))
143 ("fish/completions" ,(local-file "fish/completions" #:recursive? #t))
144 ("fish/conf.d" ,(local-file "fish/conf.d" #:recursive? #t))
145 ("fish/fish_plugins" ,(local-file "fish/fish_plugins"))
146 ("fish/functions" ,(local-file "fish/functions" #:recursive? #t))
141 ("pulse/client.conf" ,(local-file "pulseaudio/client.conf")) 147 ("pulse/client.conf" ,(local-file "pulseaudio/client.conf"))
142 ("waybar" ,(local-file "waybar" #:recursive? #t)) 148 ("waybar" ,(local-file "waybar" #:recursive? #t))
143 ("alacritty" ,(local-file "alacritty" #:recursive? #t)) 149 ("alacritty" ,(local-file "alacritty" #:recursive? #t))