Clean up home-manager directory
This commit is contained in:
parent
701cff5566
commit
9e715b301f
|
@ -1,4 +1,4 @@
|
||||||
# Bootstrapping
|
# Bootstrap home-manager
|
||||||
```
|
```
|
||||||
nix-shell -p git -p home-manager
|
nix-shell -p git -p home-manager
|
||||||
cd .config
|
cd .config
|
|
@ -1 +0,0 @@
|
||||||
home-manager switch --flake .?submodules=1 -b backup
|
|
|
@ -1 +0,0 @@
|
||||||
rm -rf ./secrets
|
|
|
@ -1,7 +0,0 @@
|
||||||
(import (
|
|
||||||
fetchTarball {
|
|
||||||
url = "https://github.com/edolstra/flake-compat/archive/12c64ca55c1014cdc1b16ed5a804aa8576601ff2.tar.gz";
|
|
||||||
sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5"; }
|
|
||||||
) {
|
|
||||||
src = ./.;
|
|
||||||
}).defaultNix
|
|
|
@ -1 +0,0 @@
|
||||||
cat secrets.tar.zst.gpg | gpg -d | tar --zstd -xv
|
|
|
@ -1 +0,0 @@
|
||||||
tar -c secrets/ | zstd | gpg --encrypt --compress-algo none --recipient mlaga97@gmail.com > secrets.tar.zst.gpg
|
|
Binary file not shown.
Loading…
Reference in New Issue