Files
nixos-config/modules/home-manager/default.nix
T
2025-07-06 22:46:23 +02:00

8 lines
65 B
Nix

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