nixos-config/modules/home/hyprland/default.nix
2024-01-13 14:35:42 +01:00

8 lines
186 B
Nix

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