dotfiles/nixos/mercurial/default.nix

4 lines
101 B
Nix
Raw Normal View History

2022-03-10 12:25:23 +00:00
{ config, pkgs, lib, ... }: {
home-manager.users.cyryl = { ... }: { imports = [ ./home.nix ]; };
2020-08-01 10:16:16 +01:00
}