nixos-config/modules/home/hyprland/default.nix
2023-11-05 17:56:55 +01:00

8 lines
186 B
Nix
Executable file

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