diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-05-20 23:53:45 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-05-20 23:53:45 -0400 |
commit | adf9468e7a4dcd88f38233e9fc99f99610f080bc (patch) | |
tree | 26cb567a45836e963e7a9d9380ace8910dfb7268 /home-config/home-configuration.scm | |
parent | c5bc1749c7a31d17fb5a3a122674e078086bb7d2 (diff) |
broken flakes atm, migrated nix to symlinks, added new hetzner host
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index b5ff736..b89ff26 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -32,7 +32,9 @@ | |||
32 | (prepend gcc-12))))) | 32 | (prepend gcc-12))))) |
33 | 33 | ||
34 | (define %home-symlinks | 34 | (define %home-symlinks |
35 | `((".config/guix/home-config/fish" ".config/fish"))) | 35 | `((".config/guix/home-config/fish" ".config/fish") |
36 | (".config/guix/home-config/nix-config" ".config/nix") | ||
37 | (".config/guix/home-config/nix-home-manager" ".config/home-manager"))) | ||
36 | 38 | ||
37 | (home-symlinks %home-symlinks) | 39 | (home-symlinks %home-symlinks) |
38 | 40 | ||
@@ -150,9 +152,7 @@ | |||
150 | ("pulse/client.conf" ,(local-file "pulseaudio/client.conf")) | 152 | ("pulse/client.conf" ,(local-file "pulseaudio/client.conf")) |
151 | ("waybar" ,(local-file "waybar" #:recursive? #t)) | 153 | ("waybar" ,(local-file "waybar" #:recursive? #t)) |
152 | ("alacritty" ,(local-file "alacritty" #:recursive? #t)) | 154 | ("alacritty" ,(local-file "alacritty" #:recursive? #t)) |
153 | ("aerc" ,(local-file "aerc" #:recursive? #t)) | 155 | ("aerc" ,(local-file "aerc" #:recursive? #t)) )) |
154 | ("home-manager" ,(local-file "nix-home-manager" #:recursive? #t)) | ||
155 | ("nix" ,(local-file "nix-config" #:recursive? #t)) )) | ||
156 | (service home-files-service-type | 156 | (service home-files-service-type |
157 | `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) | 157 | `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) |
158 | (".ssh/config" ,(local-file "ssh/config")) | 158 | (".ssh/config" ,(local-file "ssh/config")) |