11 lines
102 B
Nix
11 lines
102 B
Nix
{
|
|
imports = [
|
|
# shared imports
|
|
./dconf
|
|
./gtk
|
|
./neovim
|
|
./waybar
|
|
./xdg
|
|
];
|
|
}
|