nixos-config/modules/home/hyprland/default.nix
2023-11-05 11:40:44 +01:00

7 lines
185 B
Nix
Executable file

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