Add helpful CLI utilities
This commit is contained in:
6
bin/,nixup
Executable file
6
bin/,nixup
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
pushd $SCRIPT_DIR/../nix &> /dev/null
|
||||
home-manager switch --flake ".#std"
|
||||
Reference in New Issue
Block a user