diff options
Diffstat (limited to 'modules/ryan-config')
-rw-r--r-- | modules/ryan-config/base-system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index 01c5836..56456fa 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
@@ -115,7 +115,7 @@ | |||
115 | (name "ryan") | 115 | (name "ryan") |
116 | (comment "Ryan") | 116 | (comment "Ryan") |
117 | (group "users") | 117 | (group "users") |
118 | (shell (file-append fish "/bin/fish")) | 118 | ;(shell (file-append zsh "/bin/zsh")) |
119 | (home-directory "/home/ryan") | 119 | (home-directory "/home/ryan") |
120 | (supplementary-groups '("wheel" "netdev" "audio" "video" "lp" "plugdev" "docker" "libvirt" "kvm" "dialout"))) | 120 | (supplementary-groups '("wheel" "netdev" "audio" "video" "lp" "plugdev" "docker" "libvirt" "kvm" "dialout"))) |
121 | %base-user-accounts)) | 121 | %base-user-accounts)) |