cleanup
This commit is contained in:
parent
feaeff3464
commit
653ee7dcf5
1 changed files with 4 additions and 5 deletions
|
|
@ -31,11 +31,10 @@ in
|
||||||
targets.genericLinux.enable = !isNixOS;
|
targets.genericLinux.enable = !isNixOS;
|
||||||
news.display = "silent";
|
news.display = "silent";
|
||||||
|
|
||||||
home.file.".local/bin/scripts" = {
|
home.activation.linkScripts = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||||
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix-config/scripts";
|
$DRY_RUN_CMD mkdir -p "${config.home.homeDirectory}/.local/bin"
|
||||||
recursive = false;
|
$DRY_RUN_CMD ln -sfn "${config.home.homeDirectory}/nix-config/scripts" "${config.home.homeDirectory}/.local/bin/scripts"
|
||||||
executable = true;
|
'';
|
||||||
};
|
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue