nixos-config/modules/home/hyprland/default.nix

8 lines
186 B
Nix
Raw Normal View History

2023-11-05 17:56:55 +01:00
{ inputs, ... }:
{
2023-11-05 11:40:44 +01:00
imports = [ (import ./hyprland.nix) ]
++ [ (import ./config.nix) ]
++ [ (import ./variables.nix) ]
++ [ inputs.hyprland.homeManagerModules.default ];
}