This commit is contained in:
Lilith 2025-02-27 03:15:17 +01:00
parent cb52890889
commit 82fba3048f
Signed by: lilith
GPG key ID: 8712A0F317C37175
19 changed files with 115 additions and 114 deletions

View file

@ -1,6 +1,6 @@
{conf, config, pkgs, ...}: {
{ config, pkgs, ...}: {
home = {
file.inbox.source = config.lib.file.mkOutOfStoreSymlink "/home/${conf.user}/sync/inbox";
file.inbox.source = config.lib.file.mkOutOfStoreSymlink "/home/lilith/sync/inbox";
shellAliases = {
cat = "bat -p";