build: move to upstream konashow/walls

This commit is contained in:
Kat Inskip 2022-07-17 16:19:47 -07:00
parent c5f1e305ce
commit e103ede6bd
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 4 additions and 1 deletions

View file

@ -75,7 +75,6 @@
(lib.mkIf pkgs.hostPlatform.isLinux {
sys = "systemctl";
sysu = "systemctl --user";
walls = "journalctl _SYSTEMD_INVOCATION_ID=$(systemctl show -p InvocationID --value konawall.service --user) -o json | jq -r '.MESSAGE'";
logu = "journalctl --user";
log = "journalctl";
lg = "log --no-pager | rg";