fixed global justfile

This commit is contained in:
randogoth 2026-02-05 10:13:27 +02:00
parent 9bf7ae2497
commit 2a5cdbf8e9
2 changed files with 7 additions and 4 deletions

View file

@ -89,6 +89,12 @@
];
home.file = {
".justfile".text = ''
import '/etc/just/justfile'
'';
};
xdg.userDirs = {
enable = true;
createDirectories = true;