Files
nix-files/packages/default.nix
2025-09-05 03:13:36 +02:00

22 lines
236 B
Nix

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