Files
nix-files/packages/default.nix
2024-10-31 10:33:46 +01:00

13 lines
124 B
Nix

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