summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home-configuration.scm48
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)))