Files
nix-files/packages/default.nix
2025-10-08 20:31:44 +02: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
];
}