Files
nix-files/packages/default.nix
2025-06-23 17:01:02 +02:00

22 lines
238 B
Nix

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