diff options
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 81ee992..7e22c4d 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -147,6 +147,7 @@ | |||
147 | ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) | 147 | ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) |
148 | ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) | 148 | ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) |
149 | (".fonts" ,(local-file "fonts" #:recursive? #t)) | 149 | (".fonts" ,(local-file "fonts" #:recursive? #t)) |
150 | (".gitconfig" ,(local-file "gitconfig")) | ||
150 | (".docker/cli-plugins" ,(local-file "docker/cli-plugins" #:recursive? #t)) | 151 | (".docker/cli-plugins" ,(local-file "docker/cli-plugins" #:recursive? #t)) |
151 | (".nix-channels" ,(local-file "nix-channels")))) | 152 | (".nix-channels" ,(local-file "nix-channels")))) |
152 | (service home-pipewire-service-type) | 153 | (service home-pipewire-service-type) |