Files
nix-files/packages/default.nix
2025-07-06 20:27:54 +02:00

22 lines
238 B
Nix

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