mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix page erroring
This commit is contained in:
parent
85c244ef54
commit
d1078eb5af
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /tmp/neovim-page 0777 root root - -"
|
||||
];
|
||||
environment = {
|
||||
systemPackages = builtins.attrValues {
|
||||
inherit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue