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

15 lines
256 B
Nix
Raw Normal View History

2018-11-04 14:52:52 +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
}