pop-os: Add flameshot
This commit is contained in:
parent
38192aee04
commit
76074f3ae6
1 changed files with 5 additions and 1 deletions
|
@ -27,6 +27,8 @@
|
||||||
home-emacs-org-journal-service-type))
|
home-emacs-org-journal-service-type))
|
||||||
#:use-module ((oni home services environment)
|
#:use-module ((oni home services environment)
|
||||||
#:select (home-environment-service))
|
#:select (home-environment-service))
|
||||||
|
#:use-module ((oni home services flameshot)
|
||||||
|
#:select (home-flameshot-service-type))
|
||||||
#:use-module ((oni home services stumpwm)
|
#:use-module ((oni home services stumpwm)
|
||||||
#:select (home-stumpwm-service-type
|
#:select (home-stumpwm-service-type
|
||||||
home-stumpwm-configuration
|
home-stumpwm-configuration
|
||||||
|
@ -163,4 +165,6 @@
|
||||||
(service home-stumpwm-playerctl-service-type
|
(service home-stumpwm-playerctl-service-type
|
||||||
(home-stumpwm-playerctl-configuration
|
(home-stumpwm-playerctl-configuration
|
||||||
(configurations
|
(configurations
|
||||||
(list (local-file "../services/stumpwm/playerctl.lisp"))))))))
|
(list (local-file "../services/stumpwm/playerctl.lisp")))))
|
||||||
|
|
||||||
|
(service home-flameshot-service-type))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue