mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: adds hyprlock and hyprsunset
This commit is contained in:
parent
fbdb0ba6b8
commit
d578167e42
1 changed files with 5 additions and 3 deletions
|
|
@ -1,9 +1,11 @@
|
||||||
{ inputs, ... }:
|
{ inputs, ... }:
|
||||||
{
|
{
|
||||||
imports = [ (import ./hyprland.nix) ]
|
imports =
|
||||||
|
[ (import ./hyprland.nix) ]
|
||||||
++ [ (import ./config.nix) ]
|
++ [ (import ./config.nix) ]
|
||||||
++ [ (import ./scripts.nix) ]
|
++ [ (import ./scripts.nix) ]
|
||||||
++ [ (import ./variables.nix) ]
|
++ [ (import ./variables.nix) ]
|
||||||
# ++ [ (import ./hyprlock.nix) ]
|
++ [ (import ./../hyprsunset.nix) ]
|
||||||
|
++ [ (import ./../hyprlock.nix) ]
|
||||||
++ [ inputs.hyprland.homeManagerModules.default ];
|
++ [ inputs.hyprland.homeManagerModules.default ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue