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 | |
parent | 1c883be601dd74149382dfbf314b379581eef57e (diff) |
Changed some packages around for update to succeed
-rw-r--r-- | home-config/home-configuration.scm | 6 | ||||
-rw-r--r-- | modules/ryan-config/base-system.scm | 16 |
2 files changed, 12 insertions, 10 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 52ad152..6289453 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -22,7 +22,7 @@ | |||
22 | (ryan-config utils) | 22 | (ryan-config utils) |
23 | (ryan-packages freedesktop) | 23 | (ryan-packages freedesktop) |
24 | (ryan-packages calcurse) | 24 | (ryan-packages calcurse) |
25 | (ryan-packages binaries) | 25 | ;(ryan-packages binaries) |
26 | (rosenthal packages binaries) | 26 | (rosenthal packages binaries) |
27 | (ryan-packages mozilla)) | 27 | (ryan-packages mozilla)) |
28 | 28 | ||
@@ -56,7 +56,7 @@ | |||
56 | "pulseaudio" ;only for pactl | 56 | "pulseaudio" ;only for pactl |
57 | "qpwgraph" | 57 | "qpwgraph" |
58 | "gnunet" | 58 | "gnunet" |
59 | "ffmpeg" | 59 | ;"ffmpeg" ; removed for mpv prop input |
60 | "qrencode" | 60 | "qrencode" |
61 | "tmux" | 61 | "tmux" |
62 | "binutils" | 62 | "binutils" |
@@ -134,7 +134,7 @@ | |||
134 | "signal-desktop" | 134 | "signal-desktop" |
135 | "sc-im" | 135 | "sc-im" |
136 | "git-lfs")) | 136 | "git-lfs")) |
137 | (list my-neovim wl-mirror firefox-wrapped calcurse-fixed superfile-bin))) | 137 | (list my-neovim wl-mirror firefox-wrapped calcurse-fixed ))) |
138 | 138 | ||
139 | ;; Below is the list of Home services. To search for available | 139 | ;; Below is the list of Home services. To search for available |
140 | ;; services, run 'guix home search KEYWORD' in a terminal. | 140 | ;; services, run 'guix home search KEYWORD' in a terminal. |
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") |