Files
nix-files/packages/default.nix

21 lines
229 B
Nix

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