dotfiles/nixos/mercurial/default.nix

9 lines
117 B
Nix
Raw Normal View History

2020-08-01 10:16:16 +01:00
{ config, pkgs, lib, ... }:
{
2021-11-22 19:32:26 +00:00
home-manager.users.cyryl = { ... }: {
2020-08-01 10:16:16 +01:00
imports = [
./home.nix
];
};
}