diff options
Diffstat (limited to 'modules/freya/system.scm')
-rw-r--r-- | modules/freya/system.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/modules/freya/system.scm b/modules/freya/system.scm index 79eacbf..0ae9cfc 100644 --- a/modules/freya/system.scm +++ b/modules/freya/system.scm @@ -7,6 +7,7 @@ #:use-module (gnu packages shells) #:use-module (gnu packages tls) #:use-module (gnu packages gtk) + #:use-module (gnu packages gl) #:use-module (gnu packages vpn) #:use-module (gnu packages security-token) #:use-module (gnu packages virtualization) @@ -27,11 +28,11 @@ #:use-module (gnu services virtualization) #:use-module (guix packages) #:use-module (nongnu packages linux) - #:use-module (rosenthal packages wm) #:use-module (srfi srfi-1) #:use-module (freya packages wm) #:use-module (freya packages certs) #:use-module (freya packages linux) + #:use-module (freya packages gl) #:use-module (freya packages networking) #:use-module (freya packages virtualization)) @@ -84,7 +85,6 @@ "swayfx" "swaybg" "swayidle" - "hyprland" "cage" "libnotify" @@ -103,7 +103,6 @@ "xf86-video-qxl" ; video audio - "mesa" "mesa-utils" "glu" "libglvnd" @@ -122,7 +121,6 @@ "xdg-desktop-portal" ;"xdg-desktop-portal-wlr" "xdg-desktop-portal-gtk" - "xdg-desktop-portal-hyprland" ; firmware "sof-firmware" @@ -172,17 +170,20 @@ "font-google-noto-sans-cjk" "font-jetbrains-mono" "font-dejavu")) - (list swaylock-effects-new + (list xdg-desktop-portal-hyprland + swaylock-effects-new waybar-new virt-manager-new freya-ca-certs hyprland-plugin-hy3 hyprland-plugins + hyprland hyprlock hyprpaper hypridle bluez-new - blueman-new) + blueman-new + mesa) %my-base-packages)) ;; Below is the list of system services. TO search for available |