16 lines
158 B
Nix
16 lines
158 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
# ./ags
|
|
./other
|
|
./sway
|
|
./waybar
|
|
./wpaperd
|
|
./nvim
|
|
./emacs
|
|
./kitty
|
|
# ./hyprland
|
|
# ./vscode
|
|
];
|
|
}
|