infra/nix/home-manager/profiles/dotfiles.nix

13 lines
258 B
Nix
Raw Normal View History

2023-02-07 18:23:51 +01:00
{
pkgs,
config,
...
}: let
vcshActivationScript = pkgs.callPackage ./dotfiles/vcsh.nix {};
2018-11-04 14:52:52 +01:00
in {
2022-01-15 20:34:30 +01:00
# TODO: fix the dotfiles
# home.activation.vcsh = config.lib.dag.entryAfter["linkGeneration"] ''
# $DRY_RUN_CMD ${vcshActivationScript}
# '';
2018-11-04 14:52:52 +01:00
}