Files
nix-files/packages/default.nix
2025-04-01 21:04:27 +02:00

18 lines
179 B
Nix

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