9 lines
70 B
Nix
9 lines
70 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hyprland.nix
|
|
./xmonad.nix
|
|
];
|
|
|
|
}
|