Add a porn unlock shortcut

This commit is contained in:
Emi Simpson 2023-12-18 11:03:34 -05:00
parent bd41227adb
commit cb9ddae7cb
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
home.keyboard.layout = "us";
home.keyboard.variant = "3l";
home.packages = with pkgs; with (import ../packages/all-packages.nix nixpkgs); [
encfs
entr
restic
ripgrep

View File

@ -19,6 +19,7 @@ pkgs: {
lonk = "qrencode -t utf8i";
s = "kitty +kitten ssh";
weather = "curl wttr.in/43.0844,-77.6749";
uwu = "mkdir -p /tmp/uwu && encfs -i 60 ~/Pictures/uwu/ /tmp/uwu --extpass 'pass storage-encryption/annex-fs'";
};
shellAbbrs = rec {
ns = "nix-shell --run fish -p";