diff options
Diffstat (limited to 'home.scm')
| -rw-r--r-- | home.scm | 19 |
1 files changed, 2 insertions, 17 deletions
@@ -42,6 +42,7 @@ (rename (config packages) (home home-packages)) (rename (config sway) (sway-config rz/sway-config)) (config foot) + (rename (config git) (git-config rz/git-config)) (rename (config emacs) (emacs-config rz/emacs-config)) (ini)) @@ -50,22 +51,6 @@ (define rz/terminal-emulator "foot") -(define git-config - (with-output-to-string - (lambda () - (scm->ini - `((init - ("defaultBranch" . "master")) - (core - ("editor" . "emacsclient -c")) - (user - ("email" . "contact@robbyzambito.me") - ("name" . "Robby Zambito")) - ;; see push.autoSetupRemote in git help config - (push - ("autoSetupRemote" . "true")) - ("url \"rad://\"" - ("insteadOf" . "https://rad.go/"))))))) (define bat-config (string-append "--theme=Nord\n" @@ -147,7 +132,7 @@ ("foot/foot.ini" ,(plain-file "foot.ini" foot-config)) ("wofi/config" ,(local-file "wofi/config")) ("wofi/style.css" ,(local-file "wofi/style.css")) - ("git/config" ,(plain-file "git-config" git-config)) + ("git/config" ,(plain-file "git-config" rz/git-config)) ("bat/config" ,(plain-file "bat-config" bat-config)) ("guix-gaming-channels/games.scm" ,(plain-file "guix-gaming-config" guix-gaming-config)))) (service home-files-service-type |
