22 lines
238 B
Nix
22 lines
238 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
# ./ags
|
|
./other
|
|
# ./floorp
|
|
./sway
|
|
./swaync
|
|
./waybar
|
|
./wpaperd
|
|
./nvim
|
|
./emacs
|
|
./terminal
|
|
# ./rofi
|
|
./fuzzel
|
|
./niri
|
|
./hyprland
|
|
# ./tmux
|
|
# ./vscode
|
|
];
|
|
}
|