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";