diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-23 22:15:59 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-23 22:15:59 -0400 |
commit | 608d0859d3e0056f91fcad3f35c629847ce3709d (patch) | |
tree | c2fe4cb22eea6603d3558b534428e911ae838ff7 /modules/freya/system.scm | |
parent | update vim-plug and easyeffects (diff) | |
download | dotfiles-guix-608d0859d3e0056f91fcad3f35c629847ce3709d.tar.gz dotfiles-guix-608d0859d3e0056f91fcad3f35c629847ce3709d.tar.bz2 dotfiles-guix-608d0859d3e0056f91fcad3f35c629847ce3709d.zip |
more hyprland plugins, bluetooth fixes, etc
Diffstat (limited to 'modules/freya/system.scm')
-rw-r--r-- | modules/freya/system.scm | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/modules/freya/system.scm b/modules/freya/system.scm index 1432b5a..79eacbf 100644 --- a/modules/freya/system.scm +++ b/modules/freya/system.scm @@ -31,6 +31,8 @@ #:use-module (srfi srfi-1) #:use-module (freya packages wm) #:use-module (freya packages certs) + #:use-module (freya packages linux) + #:use-module (freya packages networking) #:use-module (freya packages virtualization)) (define %my-base-packages @@ -118,7 +120,8 @@ ; xdg "xdg-utils" "xdg-desktop-portal" - "xdg-desktop-portal-wlr" + ;"xdg-desktop-portal-wlr" + "xdg-desktop-portal-gtk" "xdg-desktop-portal-hyprland" ; firmware @@ -159,8 +162,6 @@ "pinentry" "light" "brightnessctl" - "bluez" - "blueman" "wireguard-tools" "fprintd" "wireplumber" @@ -176,10 +177,12 @@ virt-manager-new freya-ca-certs hyprland-plugin-hy3 - hyprland-plugin-hyprbars + hyprland-plugins hyprlock hyprpaper - hypridle) + hypridle + bluez-new + blueman-new) %my-base-packages)) ;; Below is the list of system services. TO search for available @@ -213,8 +216,9 @@ (service virtlog-service-type) (service bluetooth-service-type (bluetooth-configuration - (experimental #t) - (fast-connectable? #t))) + (bluez bluez-new) + (experimental #t) + (fast-connectable? #t))) (service pam-limits-service-type) (service fprintd-service-type) (udev-rules-service 'fido2 libfido2 #:groups '("plugdev"))) |