diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index 167b00c..cc5a809 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -27,6 +27,8 @@ home-emacs-org-journal-service-type)) #:use-module ((oni home services environment) #:select (home-environment-service)) + #:use-module ((oni home services flameshot) + #:select (home-flameshot-service-type)) #:use-module ((oni home services stumpwm) #:select (home-stumpwm-service-type home-stumpwm-configuration @@ -163,4 +165,6 @@ (service home-stumpwm-playerctl-service-type (home-stumpwm-playerctl-configuration (configurations - (list (local-file "../services/stumpwm/playerctl.lisp")))))))) + (list (local-file "../services/stumpwm/playerctl.lisp"))))) + + (service home-flameshot-service-type))))