diff options
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 316f12a..9d145a4 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -32,7 +32,7 @@ | |||
32 | (prepend gcc-12))))) | 32 | (prepend gcc-12))))) |
33 | 33 | ||
34 | (define %home-symlinks | 34 | (define %home-symlinks |
35 | `((".config/guix/home-config/fish/fish_variables" ".config/fish/fish_variables"))) | 35 | `((".config/guix/home-config/fish" ".config/fish"))) |
36 | 36 | ||
37 | (home-symlinks %home-symlinks) | 37 | (home-symlinks %home-symlinks) |
38 | 38 | ||
@@ -146,11 +146,6 @@ | |||
146 | ("sway" ,(local-file "sway" #:recursive? #t)) | 146 | ("sway" ,(local-file "sway" #:recursive? #t)) |
147 | ("hypr" ,(local-file "hypr" #:recursive? #t)) | 147 | ("hypr" ,(local-file "hypr" #:recursive? #t)) |
148 | ("foot" ,(local-file "foot" #:recursive? #t)) | 148 | ("foot" ,(local-file "foot" #:recursive? #t)) |
149 | ("fish/completions" ,(local-file "fish/completions" #:recursive? #t)) | ||
150 | ("fish/conf.d" ,(local-file "fish/conf.d" #:recursive? #t)) | ||
151 | ("fish/fish_plugins" ,(local-file "fish/fish_plugins")) | ||
152 | ("fish/functions" ,(local-file "fish/functions" #:recursive? #t)) | ||
153 | ("fish/config.fish" ,(local-file "fish/config.fish")) | ||
154 | ("pulse/client.conf" ,(local-file "pulseaudio/client.conf")) | 149 | ("pulse/client.conf" ,(local-file "pulseaudio/client.conf")) |
155 | ("waybar" ,(local-file "waybar" #:recursive? #t)) | 150 | ("waybar" ,(local-file "waybar" #:recursive? #t)) |
156 | ("alacritty" ,(local-file "alacritty" #:recursive? #t)) | 151 | ("alacritty" ,(local-file "alacritty" #:recursive? #t)) |