Files
nix-files/packages/default.nix~
2025-03-31 00:04:25 +02:00

19 lines
204 B
Nix

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