11 lines
101 B
Nix
11 lines
101 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./git
|
|
./polybar
|
|
./profile
|
|
./xmonad
|
|
#./zed-editor
|
|
];
|
|
}
|