immich
This commit is contained in:
parent
18caa32b2c
commit
e4dc04a7ff
13 changed files with 516 additions and 181 deletions
|
|
@ -26,6 +26,12 @@
|
|||
}
|
||||
];
|
||||
functions = {
|
||||
nix-shell = {
|
||||
wraps = "nix-shell";
|
||||
body = ''
|
||||
command nix-shell $argv --command "fish"
|
||||
'';
|
||||
};
|
||||
nix = {
|
||||
wraps = "nix";
|
||||
body = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue