6 lines
90 B
Nix
6 lines
90 B
Nix
{ inputs, ... }:
|
|
|
|
{
|
|
imports = [ (import ./hyprland.nix) ] ++[ (import ./config.nix) ];
|
|
}
|