laksjdlakjsdl
This commit is contained in:
@@ -119,6 +119,8 @@ home-eval:
|
||||
|
||||
home-build *_:
|
||||
#!/usr/bin/env -S bash -euo pipefail
|
||||
# home-manager build --flake .
|
||||
# home-manager build --flake .#nixosConfigurations.$(hostname).config.home-manager.users.$(whoami)
|
||||
hostname="$(hostname)"
|
||||
username="$(whoami)"
|
||||
set -x
|
||||
@@ -136,7 +138,6 @@ home-build-diff *_: home-build
|
||||
|
||||
home-switch *_:
|
||||
#!/usr/bin/env -S bash -euo pipefail
|
||||
# home-manager switch --flake .#nixosConfigurations.$(hostname).config.home-manager.users.$(whoami)
|
||||
new_home="$(just home-build --print-out-paths "${@:1}")"
|
||||
set -x
|
||||
# ./result/activate
|
||||
|
||||
Reference in New Issue
Block a user