Files
nix-files/packages/default.nix
2024-11-07 23:01:43 +01:00

14 lines
136 B
Nix

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