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

11 lines
253 B
Nix
Raw Normal View History

2022-10-31 11:04:38 +01:00
{ pkgs, config, ... }:
2018-11-04 14:52:52 +01:00
2022-10-31 11:04:38 +01:00
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
}