diff options
Diffstat (limited to 'sigils/home/services')
-rw-r--r-- | sigils/home/services/hyprland.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sigils/home/services/hyprland.scm b/sigils/home/services/hyprland.scm index 9ffc0da..3db3e97 100644 --- a/sigils/home/services/hyprland.scm +++ b/sigils/home/services/hyprland.scm @@ -5,6 +5,7 @@ #:use-module (gnu home services shepherd) #:use-module (gnu services configuration) #:use-module (sigils packages hyprland) + #:use-module (gnu packages wm) #:use-module (srfi srfi-1) #:use-module (ice-9 match) |