Files
nix-files/packages/default.nix
2025-04-28 23:10:42 +02:00

19 lines
196 B
Nix

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