Files
nix-files/packages/default.nix
2024-11-10 16:53:41 +01:00

16 lines
158 B
Nix

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