summaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-03-09 23:44:45 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2025-03-09 23:44:45 -0400
commit365a13de3e19c66f6bb2ffb806e8086a068ffc25 (patch)
tree5a42e6a12b06124bc9b34c77f5b85ea988759f38 /home-config/home-configuration.scm
parentb64aeaac7a6316181e8cec7eb7530c08fb9eca41 (diff)
changed hyprland build, added mouse fx, firefox changes
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r--home-config/home-configuration.scm14
1 files changed, 13 insertions, 1 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 8da1a78..27fe820 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -109,6 +109,10 @@
109 "texlive-setspace" 109 "texlive-setspace"
110 "texlive-booktabs" 110 "texlive-booktabs"
111 "texlive-mdwtools" 111 "texlive-mdwtools"
112 "texlive-caption"
113 "texlive-diagbox"
114 "texlive-pict2e"
115 "texlive-ulem"
112 "zathura" 116 "zathura"
113 "zathura-pdf-mupdf" 117 "zathura-pdf-mupdf"
114 "go" 118 "go"
@@ -156,7 +160,15 @@
156 ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) 160 ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim"))
157 ("nvim/after/ftplugin/mail/custom.vim" ,(local-file "nvim/config/after/ftplugin/mail/custom.vim")) 161 ("nvim/after/ftplugin/mail/custom.vim" ,(local-file "nvim/config/after/ftplugin/mail/custom.vim"))
158 ("sway" ,(local-file "sway" #:recursive? #t)) 162 ("sway" ,(local-file "sway" #:recursive? #t))
159 ("hypr" ,(local-file "hypr" #:recursive? #t)) 163 ;("hypr" ,(local-file "hypr" #:recursive? #t))
164 ("hypr/monitors.conf", (local-file "hypr/monitors.conf"))
165 ("hypr/family_guy.mp4", (local-file "hypr/family_guy.mp4"))
166 ("hypr/hyprlock.conf", (local-file "hypr/hyprlock.conf"))
167 ("hypr/hypridle.conf", (local-file "hypr/hypridle.conf"))
168 ("hypr/kanshi.conf", (local-file "hypr/kanshi.conf"))
169 ("hypr/subwaysurfer.webm", (local-file "hypr/subwaysurfer.webm"))
170 ("hypr/Wallpapers", (local-file "hypr/Wallpapers" #:recursive? #t))
171 ("hypr/scripts", (local-file "hypr/scripts" #:recursive? #t))
160 ("wpaperd" ,(local-file "wpaperd" #:recursive? #t)) 172 ("wpaperd" ,(local-file "wpaperd" #:recursive? #t))
161 ("mpv" ,(local-file "mpv" #:recursive? #t)) 173 ("mpv" ,(local-file "mpv" #:recursive? #t))
162 ("foot" ,(local-file "foot" #:recursive? #t)) 174 ("foot" ,(local-file "foot" #:recursive? #t))