Skip to content

Commit

Permalink
hyprland: import hyprpaper module
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Dec 27, 2024
1 parent 963e77a commit 1694d3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/hyprland/hm.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{ config, lib, ... }:

{
imports = [../hyprpaper];

options.stylix.targets.hyprland = {
enable = config.lib.stylix.mkEnableTarget "Hyprland" true;
hyprpaper.enable = config.lib.stylix.mkEnableTarget "Hyprpaper" true;
Expand Down

0 comments on commit 1694d3e

Please sign in to comment.