Extract a scripts mixin
This commit is contained in:
parent
4bbca3493e
commit
1d284c9432
24 changed files with 3 additions and 32 deletions
10
modules/mixins/scripts/default.nix
Normal file
10
modules/mixins/scripts/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
home-manager.users.opdavies.home = {
|
||||
sessionPath = [ "$HOME/.local/bin" ];
|
||||
|
||||
file.".local/bin" = {
|
||||
source = ./scripts;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue