nixos-config/modules/home/hyprland/default.nix
2024-06-27 01:30:26 +02:00

9 lines
221 B
Nix

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