added a new script 'mntstack' for easily handling storage volumes that require binding

This commit is contained in:
2024-11-19 16:28:32 -05:00
parent 1d1a513cb2
commit 590e715613
4 changed files with 215 additions and 0 deletions

View File

@@ -47,5 +47,6 @@ in
s_check = super.callPackage ./scripts/wm-controls/s_check.nix {};
switchmon = super.callPackage ./scripts/wm-controls/switchmon.nix {};
color-commit = super.callPackage ./scripts/misc/color-commit.nix {};
mntstack = super.callPackage ./scripts/misc/mntstack.nix {};
};
}