fix page erroring

This commit is contained in:
Gerg-L 2023-09-04 00:06:50 -04:00
parent 85c244ef54
commit d1078eb5af
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -4,6 +4,9 @@
lib,
...
}: {
systemd.tmpfiles.rules = [
"d /tmp/neovim-page 0777 root root - -"
];
environment = {
systemPackages = builtins.attrValues {
inherit