Files
shed/glasshouse-desktop/home/hyprland/default.nix
2024-10-10 03:53:44 -04:00

6 lines
90 B
Nix

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