Skip to content

Commit

Permalink
hyprland: access correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Dec 27, 2024
1 parent 1694d3e commit a8ff4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hyprland/hm.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ config, lib, ... }:

{
imports = [../hyprpaper];
imports = [../hyprpaper/hm.nix];

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

0 comments on commit a8ff4d1

Please sign in to comment.