swaylock-effects patch, moved to kitty + fira code

This commit is contained in:
kat witch 2021-08-30 00:41:57 +01:00
parent d10f9d6292
commit 3247d303ed
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
15 changed files with 67 additions and 21 deletions

View file

@ -18,7 +18,7 @@ in
nix run nixpkgs.openssl -c openssl rand -hex 6 | sed 's/\(..\)\(..\)\(..\)\(..\)\(..\)\(..\)/\1:\2:\3:\4:\5:\6/'
'';
nano = ''
${pkgs.wezterm}/bin/wezterm imgcat ${./nano.png}
${pkgs.kitty}/bin/kitty +kitten icat ${./nano.png}
'';
} // shellFunAliases {
sed = "sd";