Files
nix-files/packages/default.nix
2025-11-28 13:30:56 +01:00

23 lines
255 B
Nix

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