Files

10 lines
116 B
Nix

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