Initial Commit
This commit is contained in:
commit
d18f18fc29
28 changed files with 1415 additions and 0 deletions
11
x
Executable file
11
x
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
function switch() {
|
||||
home-manager switch --flake .#$1
|
||||
}
|
||||
|
||||
if [[ -n $1 ]]; then
|
||||
switch $1
|
||||
else
|
||||
switch default
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue