From daf4b6c498f999bb41e82ff480bf591cc33e7d9c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 27 Apr 2022 01:16:39 -0700 Subject: Add packages and install hlwm-run-or-raise and dependencies Adding this package with the necessary dependencies makes sure that if it's installed its dependencies are installed as well and everything should work. --- oni/home/data/config.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'oni/home/data') diff --git a/oni/home/data/config.scm b/oni/home/data/config.scm index 8c12e30..005edf1 100644 --- a/oni/home/data/config.scm +++ b/oni/home/data/config.scm @@ -20,12 +20,14 @@ #:use-module (oni home services polybar) #:use-module (oni home services kdeconnect) #:use-module (oni home services cmst) - #:use-module (oni home services syncthing)) + #:use-module (oni home services syncthing) + #:use-module (oni packages hlwm-run-or-raise)) (home-environment (packages (list (specification->package+output "glibc-locales") (specification->package+output "font-fantasque-sans") - (specification->package+output "font-comic-neue"))) + (specification->package+output "font-comic-neue") + hlwm-run-or-raise)) (services (list -- cgit v1.2.3-54-g00ecf