Files
nix-files/packages/default.nix
2025-01-20 19:40:38 +01:00

18 lines
180 B
Nix

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