feat(shell)!: move to separate directory

Also add `advcpmv` aliases for `cp` and `mv`
This commit is contained in:
reo101 2023-07-13 14:26:37 +03:00
parent 30498fc42b
commit f2519d6b71
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
2 changed files with 127 additions and 14 deletions

View file

@ -4,7 +4,7 @@
{
# List your module files here
# my-module = import ./my-module.nix;
reo101-shell = import ./reo101-shell.nix;
reo101-shell = import ./reo101-shell;
reo101-river = import ./reo101-river;
reo101-wezterm = import ./reo101-wezterm;
}