24 lines
271 B
Nix
24 lines
271 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
# ./ags
|
|
./fuzzel
|
|
./other
|
|
./sway
|
|
./swaync
|
|
./waybar
|
|
./wpaperd
|
|
./nvim
|
|
./emacs
|
|
./terminal
|
|
./rofi
|
|
# ./alacritty
|
|
# ./tmux
|
|
# ./mako
|
|
# ./qutebrowser
|
|
./hyprland
|
|
./niri
|
|
# ./vscode
|
|
];
|
|
}
|