Files
nix-files/packages/default.nix
2025-12-19 15:22:07 +01:00

23 lines
253 B
Nix

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