From cb9ddae7cb2c1a1baff8c77b149b00e721613596 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Mon, 18 Dec 2023 11:03:34 -0500 Subject: [PATCH] Add a porn unlock shortcut --- configs/home.nogui.nix | 1 + configs/programs/fish.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/home.nogui.nix b/configs/home.nogui.nix index 1437d4c..95a21a3 100644 --- a/configs/home.nogui.nix +++ b/configs/home.nogui.nix @@ -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 diff --git a/configs/programs/fish.nix b/configs/programs/fish.nix index e0ee9a1..f1ddc37 100644 --- a/configs/programs/fish.nix +++ b/configs/programs/fish.nix @@ -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";