Files
nixos-config/modules/home-manager/default.nix
T
2025-06-08 19:54:06 +02:00

7 lines
52 B
Nix

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