Ahwxorg/modules/home/hyprland/default.nix
2026-06-17 13:00:32 +02:00

11 lines
309 B
Nix

{ inputs, ... }:
{
imports =
# [ (import ./hyprland.nix) ]
[ (import ./config.nix) ]
++ [ (import ./scripts.nix) ]
++ [ (import ./variables.nix) ]
++ [ (import ./../hyprsunset.nix) ]
++ [ (import ./../hyprlock/default.nix) ];
# ++ [ inputs.hyprland.homeManagerModules.default ];
}