diff options
Diffstat (limited to 'modules/ryan-config')
| -rw-r--r-- | modules/ryan-config/base-system.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index fe41181..647a0bf 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
| @@ -112,7 +112,7 @@ | |||
| 112 | (name "ryan") | 112 | (name "ryan") |
| 113 | (comment "Ryan") | 113 | (comment "Ryan") |
| 114 | (group "users") | 114 | (group "users") |
| 115 | ;(shell (file-append zsh "/bin/zsh")) | 115 | ;(shell (file-append fish "/bin/fish")) |
| 116 | (home-directory "/home/ryan") | 116 | (home-directory "/home/ryan") |
| 117 | (supplementary-groups '("wheel" "netdev" "audio" "video" "lp" "plugdev" "docker" "libvirt" "kvm" "dialout"))) | 117 | (supplementary-groups '("wheel" "netdev" "audio" "video" "lp" "plugdev" "docker" "libvirt" "kvm" "dialout"))) |
| 118 | %base-user-accounts)) | 118 | %base-user-accounts)) |
| @@ -121,7 +121,7 @@ | |||
| 121 | ;; under their own account: use 'guix search KEYWORD' to search | 121 | ;; under their own account: use 'guix search KEYWORD' to search |
| 122 | ;; for packages and 'guix install PACKAGE' to install a package. | 122 | ;; for packages and 'guix install PACKAGE' to install a package. |
| 123 | (packages (append (map specification->package (list "sway" | 123 | (packages (append (map specification->package (list "sway" |
| 124 | ;"hyprland" | 124 | "hyprland" |
| 125 | "swaybg" | 125 | "swaybg" |
| 126 | ;"swayidle" | 126 | ;"swayidle" |
| 127 | ;"swaylock-effects" | 127 | ;"swaylock-effects" |
| @@ -159,7 +159,7 @@ | |||
| 159 | "wireplumber" | 159 | "wireplumber" |
| 160 | "wireshark" | 160 | "wireshark" |
| 161 | "zsh")) | 161 | "zsh")) |
| 162 | (list my-ca-certs swaylock-effects-new waybar-new xdg-desktop-portal-hyprland-ryan hyprland-temp virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new) | 162 | (list my-ca-certs swaylock-effects-new waybar-new xdg-desktop-portal-hyprland-ryan virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new) |
| 163 | %my-base-packages )) | 163 | %my-base-packages )) |
| 164 | 164 | ||
| 165 | ;; Below is the list of system services. To search for available | 165 | ;; Below is the list of system services. To search for available |
