mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
add notes path
This commit is contained in:
parent
addc286bf2
commit
7312243963
@ -180,8 +180,6 @@
|
||||
playerctl
|
||||
# i3blocks
|
||||
polybar
|
||||
st # alt terminal
|
||||
kitty # alt terminal
|
||||
|
||||
# Mouse config
|
||||
libratbag
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user