Files
nix-files/packages/default.nix

20 lines
210 B
Nix

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