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

9 lines
131 B
Nix

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