dotfiles/nixos/kitty/default.nix

9 lines
156 B
Nix
Raw Normal View History

2025-01-11 21:45:49 +00:00
{
config,
pkgs,
lib,
...
}: {
home-manager.users."${config.local.username}" = {...}: {imports = [(import ./home.nix {inherit config pkgs;})];};
}