add polybar default config

This commit is contained in:
Noah Masur
2022-04-30 17:27:42 -04:00
parent 0685a90aa3
commit 5057f8d597
4 changed files with 164 additions and 40 deletions

View File

@ -13,9 +13,7 @@
];
home.sessionVariables = {
NIXOS_CONFIG = builtins.toString ./.;
DOTS = builtins.toString ../.;
NOTES_PATH = "$HOME/dev/personal/notes";
NOTES_PATH = "/home/${identity.user}/dev/personal/notes";
};
};