diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-04-05 11:57:45 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-04-05 11:57:45 -0400 |
commit | b88d77fb2d0d5028a6f5670695dee6bec129501f (patch) | |
tree | 2536b0461d297e647cf07157641c9b1223339adf /modules/ryan-config/base-system.scm | |
parent | 776a7ca55d2d2c3f396de91db1c6c3c5065012cd (diff) |
ahhh sloppy fish, still needs fixing, esp with the vars
Diffstat (limited to 'modules/ryan-config/base-system.scm')
-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 |