summaryrefslogtreecommitdiff
path: root/modules/home-config/base-system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-config/base-system.scm')
-rw-r--r--modules/home-config/base-system.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/home-config/base-system.scm b/modules/home-config/base-system.scm
index e35e0fa..db91682 100644
--- a/modules/home-config/base-system.scm
+++ b/modules/home-config/base-system.scm
@@ -27,7 +27,6 @@
#:use-module (gnu services avahi)
#:use-module (gnu services spice)
#:use-module (gnu services virtualization)
- #:use-module (home-services ntp)
#:use-module (home-packages wm)
#:use-module (home-packages certs)
#:use-module (home-packages virtualization))
@@ -58,10 +57,10 @@
;; The list of user accounts ('root' is implicit).
(users (cons* (user-account
- (name "tylerm")
- (comment "Tyler Murphy")
+ (name "freya")
+ (comment "Freya Murphy")
(group "users")
- (home-directory "/home/tylerm")
+ (home-directory "/home/freya")
(shell (file-append zsh "/bin/zsh"))
(supplementary-groups '("wheel" "audio" "lp" "docker" "plugdev" "libvirt" "kvm" "netdev" "video" "tty")))
%base-user-accounts))