add notes path

This commit is contained in:
Noah Masur 2022-04-23 16:27:17 +00:00
parent addc286bf2
commit 7312243963
2 changed files with 2 additions and 2 deletions

View File

@ -180,8 +180,6 @@
playerctl
# i3blocks
polybar
st # alt terminal
kitty # alt terminal
# Mouse config
libratbag

View File

@ -7,6 +7,7 @@ let
font = "Victor Mono";
dotfiles = builtins.toString ../.;
nixos_config = builtins.toString ./.;
notes_path = "$HOME/dev/personal/notes";
in {
nixpkgs.config.allowUnfree = true;
@ -248,6 +249,7 @@ in {
EDITOR = "${editor}";
NIXOS_CONFIG = "${nixos_config}";
DOTS = "${dotfiles}";
NOTES_PATH = "${notes_path}";
};
programs.starship = {