Files
nix-files/packages/default.nix~
2024-11-25 21:31:03 +01:00

17 lines
176 B
Nix

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