summaryrefslogtreecommitdiff
path: root/src/file/homefile/userfile.cil
AgeCommit message (Collapse)Author
2025-08-20rework how user files workJohn Turner
Instead of assuming all user files exist under $HOME, we create a .file.user module and typeattribute. This allows user files to exist in places outside of $HOME. Also we changed filecon so that $HOME itself is user.home.file rather than home.file.
2025-08-17inherit template and add fileconsJohn Turner
2025-08-13create sshfile typeJohn Turner