Files
nix-files/packages/default.nix
2025-06-16 01:08:44 +02:00

22 lines
247 B
Nix

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