diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-10-02 12:29:28 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-10-02 12:29:28 -0400 |
commit | b010c08f43f918ef6510eba2305d0c53f0fc3c17 (patch) | |
tree | 9fdc6ff20e498349a71f7f2cddab90b26d8919f9 /modules/home-config/base-system.scm | |
parent | update readme (diff) | |
download | dotfiles-guix-b010c08f43f918ef6510eba2305d0c53f0fc3c17.tar.gz dotfiles-guix-b010c08f43f918ef6510eba2305d0c53f0fc3c17.tar.bz2 dotfiles-guix-b010c08f43f918ef6510eba2305d0c53f0fc3c17.zip |
fix formatting
Diffstat (limited to 'modules/home-config/base-system.scm')
-rw-r--r-- | modules/home-config/base-system.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/home-config/base-system.scm b/modules/home-config/base-system.scm index 67fb4ef..ad53316 100644 --- a/modules/home-config/base-system.scm +++ b/modules/home-config/base-system.scm @@ -57,7 +57,7 @@ ;; The list of user accounts ('root' is implicit). (users (cons* (user-account (name "tylerm") - (comment "Tyler") + (comment "Tyler Murphy") (group "users") (home-directory "/home/tylerm") (shell (file-append zsh "/bin/zsh")) @@ -187,7 +187,6 @@ (setuid-programs (append (list (file-like->setuid-program (file-append - ;;(specification->package "swaylock") swaylock-effects-new "/bin/swaylock")) (file-like->setuid-program |