diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-02-26 12:34:12 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-02-26 12:34:12 -0500 |
commit | e416635423a76794c45a273217c875b25c233e7a (patch) | |
tree | ebde9ec0dc86aff892f80e2df5d594f8733ecb74 /home-config/home-configuration.scm | |
parent | dc223823d42007fef7f1fce5393224190f55476e (diff) |
added gitconfig to guix environment
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) |