diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-10 03:59:19 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-10 03:59:19 -0800 |
commit | 570901512da178449d7cef2755574e9e786457b3 (patch) | |
tree | 4efe4c75ba56fc7215ac7817c523b93ff5a21a17 /desktop/home.nix | |
parent | f776ae123afedce16d891a4153917320579ce262 (diff) |
clean up config
Diffstat (limited to 'desktop/home.nix')
-rw-r--r-- | desktop/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/home.nix b/desktop/home.nix index 224e32d..ed21c97 100644 --- a/desktop/home.nix +++ b/desktop/home.nix @@ -4,7 +4,7 @@ let in { home = { - activation.startup-files = lib.mkAfter '' + activation.startup-files = lib.hm.dag.entryAfter [ "installPackages" ] '' if [ ! -d "${config.home.homeDirectory}/org/website/" ]; then mkdir -p ${config.home.homeDirectory}/org/website/ ${pkgs.git}/bin/git clone https://git.nullring.xyz/ret2pop-website.git ${config.home.homeDirectory}/org/website/ |