Files
2026-06-20 00:57:25 -05:00

10 lines
116 B
Nix

{ ... }: {
imports = [
./alacritty.nix
./firefox.nix
./fish.nix
./git.nix
./nixvim.nix
];
}