diff --git a/apply-system.sh b/apply-system.sh deleted file mode 100755 index e79f1ad..0000000 --- a/apply-system.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -pushd ~/dotfiles -sudo nixos-rebuild switch --flake .# -popd diff --git a/apply-users.sh b/apply-users.sh deleted file mode 100755 index fbd40f5..0000000 --- a/apply-users.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -pushd ~/dotfiles -nix build .#homeManagerConfigurations.alejandro.activationPackage -./result/activate -popd