Files
nixos-configuration/hosts/nidaros/home-manager/default.nix

10 lines
141 B
Nix
Raw Normal View History

{ lib, ... }:
{
imports = with lib.custom; [
(relativeToBase "home-manager")
];
2025-10-14 18:08:39 +00:00
programs.git.signing.key = "4E323F914029E976";
}