From b010c08f43f918ef6510eba2305d0c53f0fc3c17 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 2 Oct 2023 12:29:28 -0400 Subject: fix formatting --- modules/home-config/base-system.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') 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 -- cgit v1.2.3-freya