Changed some packages around for update to succeed

This commit is contained in:
Ryan Schanzenbacher 2024-10-08 09:40:47 -04:00
parent 1c883be601
commit ca201bd9f1
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
2 changed files with 12 additions and 10 deletions

View file

@ -22,7 +22,7 @@
(ryan-config utils) (ryan-config utils)
(ryan-packages freedesktop) (ryan-packages freedesktop)
(ryan-packages calcurse) (ryan-packages calcurse)
(ryan-packages binaries) ;(ryan-packages binaries)
(rosenthal packages binaries) (rosenthal packages binaries)
(ryan-packages mozilla)) (ryan-packages mozilla))
@ -56,7 +56,7 @@
"pulseaudio" ;only for pactl "pulseaudio" ;only for pactl
"qpwgraph" "qpwgraph"
"gnunet" "gnunet"
"ffmpeg" ;"ffmpeg" ; removed for mpv prop input
"qrencode" "qrencode"
"tmux" "tmux"
"binutils" "binutils"
@ -134,7 +134,7 @@
"signal-desktop" "signal-desktop"
"sc-im" "sc-im"
"git-lfs")) "git-lfs"))
(list my-neovim wl-mirror firefox-wrapped calcurse-fixed superfile-bin))) (list my-neovim wl-mirror firefox-wrapped calcurse-fixed )))
;; Below is the list of Home services. To search for available ;; Below is the list of Home services. To search for available
;; services, run 'guix home search KEYWORD' in a terminal. ;; services, run 'guix home search KEYWORD' in a terminal.

View file

@ -12,6 +12,7 @@
#:use-module (gnu packages spice) #:use-module (gnu packages spice)
#:use-module (srfi srfi-1) #:use-module (srfi srfi-1)
#:use-module (ryan-packages freedesktop) #:use-module (ryan-packages freedesktop)
;#:use-module (ryan-packages hyprland)
#:use-module (ryan-packages wm) #:use-module (ryan-packages wm)
#:use-module (ryan-packages virtualization) #:use-module (ryan-packages virtualization)
#:use-module (ryan-packages linux) #:use-module (ryan-packages linux)
@ -132,7 +133,7 @@
"adwaita-icon-theme" "adwaita-icon-theme"
"hicolor-icon-theme" "hicolor-icon-theme"
"git" "git"
;"waybar" "waybar-experimental"
"gnupg" "gnupg"
"light" "light"
"avahi" "avahi"
@ -148,7 +149,7 @@
"libfdk" "libfdk"
"opendoas" "opendoas"
;"xdg-desktop-portal-wlr" ;"xdg-desktop-portal-wlr"
"xdg-desktop-portal" ;"xdg-desktop-portal"
"xdg-desktop-portal-gtk" "xdg-desktop-portal-gtk"
"v4l2loopback-linux-module" "v4l2loopback-linux-module"
"pipewire" "pipewire"
@ -160,7 +161,7 @@
"wireshark" "wireshark"
"webkitgtk-with-libsoup2" ; Needed for Go wails development "webkitgtk-with-libsoup2" ; Needed for Go wails development
"zsh")) "zsh"))
(list my-ca-certs swaylock-effects-new xdg-desktop-portal-hyprland-ryan virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new waybar-new) (list my-ca-certs xdg-desktop-portal-hyprland-ryan virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new)
%my-base-packages )) %my-base-packages ))
;; Below is the list of system services. To search for available ;; Below is the list of system services. To search for available
@ -183,6 +184,7 @@
(service docker-service-type) (service docker-service-type)
; Tailscale daemon from rosenthal ; Tailscale daemon from rosenthal
(service tailscale-service-type) ; TODO: Add BIRD socket (service tailscale-service-type) ; TODO: Add BIRD socket
(service containerd-service-type)
(service nix-service-type) (service nix-service-type)
(service libvirt-service-type (service libvirt-service-type
(libvirt-configuration (libvirt-configuration
@ -235,11 +237,11 @@
(delete alsa-service-type) ))) (delete alsa-service-type) )))
(name-service-switch %mdns-host-lookup-nss) ;; Enable .local lookup (name-service-switch %mdns-host-lookup-nss) ;; Enable .local lookup
(setuid-programs (setuid-programs
(append (list (file-like->setuid-program (append (list ;(file-like->setuid-program
(file-append ;(file-append
;(specification->package "swaylock-effects") ;(specification->package "swaylock-effects")
swaylock-effects-new ; swaylock-effects-new
"/bin/swaylock")) ; "/bin/swaylock"))
(file-like->setuid-program (file-like->setuid-program
(file-append (file-append
(specification->package "wireshark") (specification->package "wireshark")