Files
nixos/home/hyprland/default.nix

10 lines
93 B
Nix

{ ... }:
{
imports = [
./hyprland.nix
./hyprlock.nix
./waybar.nix
./wofi.nix
];
}