10 lines
91 B
Nix
10 lines
91 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./polybar.nix
|
|
./hyprland
|
|
./river
|
|
./xmonad
|
|
];
|
|
}
|