Clean up home-manager directory

This commit is contained in:
Lauren Lagarde 2025-06-24 03:48:15 +00:00
parent 701cff5566
commit 9e715b301f
8 changed files with 2 additions and 13 deletions

View File

@ -1,8 +1,8 @@
# Bootstrapping
# Bootstrap home-manager
```
nix-shell -p git -p home-manager
cd .config
# git clone ssh://git@git.mlaga97.space:2222/mlaga97/home-manager
git clone https://git.mlaga97.space/mlaga97/home-manager
home-manager switch
```
```

View File

@ -1 +0,0 @@
home-manager switch --flake .?submodules=1 -b backup

View File

@ -1 +0,0 @@
rm -rf ./secrets

View File

@ -1,7 +0,0 @@
(import (
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/12c64ca55c1014cdc1b16ed5a804aa8576601ff2.tar.gz";
sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5"; }
) {
src = ./.;
}).defaultNix

View File

@ -1 +0,0 @@
cat secrets.tar.zst.gpg | gpg -d | tar --zstd -xv

View File

@ -1 +0,0 @@
tar -c secrets/ | zstd | gpg --encrypt --compress-algo none --recipient mlaga97@gmail.com > secrets.tar.zst.gpg

Binary file not shown.