diff options
author | Freya Murphy <freya@freyacat.org> | 2024-08-06 22:58:19 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-08-06 22:58:19 -0400 |
commit | 9d595a67c3a486fba7faafaea6420f9f25c1066e (patch) | |
tree | 06e6ad68434ba3ebc6080c9e871090bbb207a311 /modules/freya/system.scm | |
parent | acutally remove rosenthal (diff) | |
download | dotfiles-guix-9d595a67c3a486fba7faafaea6420f9f25c1066e.tar.gz dotfiles-guix-9d595a67c3a486fba7faafaea6420f9f25c1066e.tar.bz2 dotfiles-guix-9d595a67c3a486fba7faafaea6420f9f25c1066e.zip |
gt gtk styling
Diffstat (limited to 'modules/freya/system.scm')
-rw-r--r-- | modules/freya/system.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/freya/system.scm b/modules/freya/system.scm index 0ae9cfc..109c3ca 100644 --- a/modules/freya/system.scm +++ b/modules/freya/system.scm @@ -33,6 +33,7 @@ #:use-module (freya packages certs) #:use-module (freya packages linux) #:use-module (freya packages gl) + #:use-module (freya packages qt) #:use-module (freya packages networking) #:use-module (freya packages virtualization)) @@ -183,7 +184,9 @@ hypridle bluez-new blueman-new - mesa) + mesa + qt5-styleplugins + qt6gtk2) %my-base-packages)) ;; Below is the list of system services. TO search for available |