dotfiles/nixos/git/default.nix
Cyryl Płotnicki 3ead6500a8
Some checks failed
use nix / build (push) Failing after 6m0s
migrate to using module options for the username
2024-10-02 21:35:56 +01:00

8 lines
124 B
Nix

{
config,
pkgs,
lib,
...
}: {
home-manager.users."${config.local.username}" = {...}: {imports = [./home.nix];};
}