aboutsummaryrefslogtreecommitdiff
path: root/tw/services/desktop.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/services/desktop.scm')
-rw-r--r--tw/services/desktop.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tw/services/desktop.scm b/tw/services/desktop.scm
index 4f2e3aff..71b18539 100644
--- a/tw/services/desktop.scm
+++ b/tw/services/desktop.scm
@@ -28,6 +28,7 @@
#:use-module ((gnu packages libreoffice) #:select (libreoffice))
#:use-module ((gnu packages linux) #:select (acpilight procps powertop radeontop))
#:use-module ((gnu packages mail) #:select (aerc khard))
+ #:use-module ((gnu packages maths) #:select (qalculate-gtk))
#:use-module ((gnu packages messaging) #:select (nheko))
#:use-module ((gnu packages networking) #:select (blueman))
#:use-module ((gnu packages package-management) #:select (modules))
@@ -416,7 +417,7 @@ display."))
(define (home-wayland-packages config)
"Install packages I use frequently."
;; Wayland-specific desktop tools
- (cons* swayfx dunst foot grim rofi-wayland slurp swaybg wev wob wtype wl-clipboard
+ (cons* swayfx dunst foot grim rofi-wayland slurp swaybg wev wob wtype wl-clipboard qalculate-gtk
obs obs-pipewire-audio-capture ; to hack screen sharing
xdg-desktop-portal xdg-desktop-portal-wlr ; to set XDG_DESKTOP_PORTAL_DIR search path
common-desktop-packages))