diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-08 09:40:47 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-08 09:40:47 -0400 |
| commit | ca201bd9f1ce2bc1e6b5eb5107bf3ffc764417b4 (patch) | |
| tree | d3bd8f57542017afc2338f394155bdb3a38e9f61 /modules | |
| parent | 1c883be601dd74149382dfbf314b379581eef57e (diff) | |
Changed some packages around for update to succeed
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/ryan-config/base-system.scm | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index 566b9fe..7839c60 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | #:use-module (gnu packages spice) | 12 | #:use-module (gnu packages spice) |
| 13 | #:use-module (srfi srfi-1) | 13 | #:use-module (srfi srfi-1) |
| 14 | #:use-module (ryan-packages freedesktop) | 14 | #:use-module (ryan-packages freedesktop) |
| 15 | ;#:use-module (ryan-packages hyprland) | ||
| 15 | #:use-module (ryan-packages wm) | 16 | #:use-module (ryan-packages wm) |
| 16 | #:use-module (ryan-packages virtualization) | 17 | #:use-module (ryan-packages virtualization) |
| 17 | #:use-module (ryan-packages linux) | 18 | #:use-module (ryan-packages linux) |
| @@ -132,7 +133,7 @@ | |||
| 132 | "adwaita-icon-theme" | 133 | "adwaita-icon-theme" |
| 133 | "hicolor-icon-theme" | 134 | "hicolor-icon-theme" |
| 134 | "git" | 135 | "git" |
| 135 | ;"waybar" | 136 | "waybar-experimental" |
| 136 | "gnupg" | 137 | "gnupg" |
| 137 | "light" | 138 | "light" |
| 138 | "avahi" | 139 | "avahi" |
| @@ -148,7 +149,7 @@ | |||
| 148 | "libfdk" | 149 | "libfdk" |
| 149 | "opendoas" | 150 | "opendoas" |
| 150 | ;"xdg-desktop-portal-wlr" | 151 | ;"xdg-desktop-portal-wlr" |
| 151 | "xdg-desktop-portal" | 152 | ;"xdg-desktop-portal" |
| 152 | "xdg-desktop-portal-gtk" | 153 | "xdg-desktop-portal-gtk" |
| 153 | "v4l2loopback-linux-module" | 154 | "v4l2loopback-linux-module" |
| 154 | "pipewire" | 155 | "pipewire" |
| @@ -160,7 +161,7 @@ | |||
| 160 | "wireshark" | 161 | "wireshark" |
| 161 | "webkitgtk-with-libsoup2" ; Needed for Go wails development | 162 | "webkitgtk-with-libsoup2" ; Needed for Go wails development |
| 162 | "zsh")) | 163 | "zsh")) |
| 163 | (list my-ca-certs swaylock-effects-new xdg-desktop-portal-hyprland-ryan virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new waybar-new) | 164 | (list my-ca-certs xdg-desktop-portal-hyprland-ryan virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new) |
| 164 | %my-base-packages )) | 165 | %my-base-packages )) |
| 165 | 166 | ||
| 166 | ;; Below is the list of system services. To search for available | 167 | ;; Below is the list of system services. To search for available |
| @@ -183,6 +184,7 @@ | |||
| 183 | (service docker-service-type) | 184 | (service docker-service-type) |
| 184 | ; Tailscale daemon from rosenthal | 185 | ; Tailscale daemon from rosenthal |
| 185 | (service tailscale-service-type) ; TODO: Add BIRD socket | 186 | (service tailscale-service-type) ; TODO: Add BIRD socket |
| 187 | (service containerd-service-type) | ||
| 186 | (service nix-service-type) | 188 | (service nix-service-type) |
| 187 | (service libvirt-service-type | 189 | (service libvirt-service-type |
| 188 | (libvirt-configuration | 190 | (libvirt-configuration |
| @@ -235,11 +237,11 @@ | |||
| 235 | (delete alsa-service-type) ))) | 237 | (delete alsa-service-type) ))) |
| 236 | (name-service-switch %mdns-host-lookup-nss) ;; Enable .local lookup | 238 | (name-service-switch %mdns-host-lookup-nss) ;; Enable .local lookup |
| 237 | (setuid-programs | 239 | (setuid-programs |
| 238 | (append (list (file-like->setuid-program | 240 | (append (list ;(file-like->setuid-program |
| 239 | (file-append | 241 | ;(file-append |
| 240 | ;(specification->package "swaylock-effects") | 242 | ;(specification->package "swaylock-effects") |
| 241 | swaylock-effects-new | 243 | ; swaylock-effects-new |
| 242 | "/bin/swaylock")) | 244 | ; "/bin/swaylock")) |
| 243 | (file-like->setuid-program | 245 | (file-like->setuid-program |
| 244 | (file-append | 246 | (file-append |
| 245 | (specification->package "wireshark") | 247 | (specification->package "wireshark") |
