Files
nix-files/packages/default.nix

26 lines
307 B
Nix

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