From fd078a45bc619369bccadfa66698d938bb22ea7a Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 2 Apr 2023 16:25:52 -0700 Subject: [PATCH] Removed stale scripts --- apply-system.sh | 4 ---- apply-users.sh | 5 ----- 2 files changed, 9 deletions(-) delete mode 100755 apply-system.sh delete mode 100755 apply-users.sh 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