Add a porn unlock shortcut
This commit is contained in:
parent
bd41227adb
commit
cb9ddae7cb
|
@ -9,6 +9,7 @@
|
||||||
home.keyboard.layout = "us";
|
home.keyboard.layout = "us";
|
||||||
home.keyboard.variant = "3l";
|
home.keyboard.variant = "3l";
|
||||||
home.packages = with pkgs; with (import ../packages/all-packages.nix nixpkgs); [
|
home.packages = with pkgs; with (import ../packages/all-packages.nix nixpkgs); [
|
||||||
|
encfs
|
||||||
entr
|
entr
|
||||||
restic
|
restic
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
|
@ -19,6 +19,7 @@ pkgs: {
|
||||||
lonk = "qrencode -t utf8i";
|
lonk = "qrencode -t utf8i";
|
||||||
s = "kitty +kitten ssh";
|
s = "kitty +kitten ssh";
|
||||||
weather = "curl wttr.in/43.0844,-77.6749";
|
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 {
|
shellAbbrs = rec {
|
||||||
ns = "nix-shell --run fish -p";
|
ns = "nix-shell --run fish -p";
|
||||||
|
|
Loading…
Reference in a new issue