mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
fix: set correct path for hyprlock
This commit is contained in:
parent
0d84c5517f
commit
426b96be0d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,6 @@
|
||||||
++ [ (import ./scripts.nix) ]
|
++ [ (import ./scripts.nix) ]
|
||||||
++ [ (import ./variables.nix) ]
|
++ [ (import ./variables.nix) ]
|
||||||
++ [ (import ./../hyprsunset.nix) ]
|
++ [ (import ./../hyprsunset.nix) ]
|
||||||
++ [ (import ./../hyprlock.nix) ]
|
++ [ (import ./../hyprlock/default.nix) ]
|
||||||
++ [ inputs.hyprland.homeManagerModules.default ];
|
++ [ inputs.hyprland.homeManagerModules.default ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue