Files
nix-files/packages/default.nix
2025-03-31 00:04:25 +02:00

20 lines
215 B
Nix

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