Files
nix-files/packages/default.nix
2025-04-07 23:06:16 +02:00

17 lines
168 B
Nix

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