Files
nix-files/packages/default.nix
2025-05-25 21:25:55 +02:00

22 lines
242 B
Nix

{ ... }:
{
imports = [
# ./ags
./other
./sway
./swaync
./waybar
./wpaperd
./nvim
./emacs
./kitty
./rofi
./alacritty
# ./tmux
# ./mako
# ./qutebrowser
./hyprland
# ./vscode
];
}