diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-01-26 15:12:56 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-01-26 15:12:56 +0100 |
| commit | 13c5673964192c797635f9d5952f890c0065484c (patch) | |
| tree | 25362d6345272e611afc2fa18d3ea5024bef52fa /home-configuration.scm | |
| parent | 4e5b27253c116b1ab553ecbe5f0c6f4f6136e5a6 (diff) | |
Tabify
Diffstat (limited to 'home-configuration.scm')
| -rw-r--r-- | home-configuration.scm | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 2cb142a..7d240de 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -5,14 +5,14 @@ ;; See the "Replicating Guix" section in the manual. (use-modules (gnu home) - (gnu packages) - (gnu services) - (guix channels) - (guix gexp) - (gnu home services) - (gnu home services guix) + (gnu packages) + (gnu services) + (guix channels) + (guix gexp) + (gnu home services) + (gnu home services guix) (gnu home services mail) - (gnu home services shells)) + (gnu home services shells)) (home-environment ;; Below is the list of packages that will show up in your @@ -32,24 +32,24 @@ ;; services, run 'guix home search KEYWORD' in a terminal. (services (append (list (simple-service 'home-environment-variables-service - home-environment-variables-service-type - '(("EDITOR" . "emacsclient") + home-environment-variables-service-type + '(("EDITOR" . "emacsclient") ("PASSWORD_STORE_DIR" . "/home/charles/Code/home/.password-store"))) (service home-bash-service-type - (home-bash-configuration - (aliases '(("egrep" . "egrep --color=auto") - ("fgrep" . "fgrep --color=auto") - ("grep" . "grep --color=auto") - ("l" . "ls -CF") - ("la" . "ls -A") - ("ll" . "ls -alF") - ("ls" . "ls --color=auto"))) - (bashrc (list (local-file - ".bashrc" - "bashrc"))) - (bash-logout (list (local-file - ".bash_logout" - "bash_logout"))))) + (home-bash-configuration + (aliases '(("egrep" . "egrep --color=auto") + ("fgrep" . "fgrep --color=auto") + ("grep" . "grep --color=auto") + ("l" . "ls -CF") + ("la" . "ls -A") + ("ll" . "ls -alF") + ("ls" . "ls --color=auto"))) + (bashrc (list (local-file + ".bashrc" + "bashrc"))) + (bash-logout (list (local-file + ".bash_logout" + "bash_logout"))))) (service home-files-service-type (list (list ".emacs" (local-file ".emacs" "emacs")))) (service home-msmtp-service-type @@ -82,4 +82,4 @@ "d059076214e6cb8c00539649a43e603b7e9f2c90" (openpgp-fingerprint "7FD6 B094 1B34 68AE 6F19 04AE D3C9 09F4 ADEF 6FE2"))))))) - %base-home-services))) + %base-home-services))) |
