nix-config/modules/home-manager/cli/default.nix
smayzy 75f60590ad
All checks were successful
nixos config pipeline / show-flake (push) Successful in 42s
nixos config pipeline / deploy (push) Successful in 1m4s
add mail
2026-03-06 19:56:49 +01:00

8 lines
67 B
Nix

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