parent
b47c11362d
commit
194c140dc1
56 changed files with 675 additions and 608 deletions
common/home/git
|
@ -59,10 +59,10 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
(writeShellApplication {
|
||||
home.packages = [
|
||||
(pkgs.writeShellApplication {
|
||||
name = "chore";
|
||||
runtimeInputs = [git];
|
||||
runtimeInputs = [pkgs.git];
|
||||
|
||||
text = ''
|
||||
DIR=''${1:-"$FLAKE"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue