nix-config/modules/home-manager/cli/default.nix
smayzy 12b0f8e27a
All checks were successful
nix flake show / show-flake (push) Successful in 45s
mv fastfetch to hm module
2025-07-29 19:48:41 +02:00

7 lines
52 B
Nix

{ ... }:
{
imports = [
./fastfetch.nix
];
}