Skip to content

Commit b583252

Browse files
committed
update some small generall term stuff
1 parent 055849b commit b583252

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

home/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
MANPAGER = "nvim +Man!";
3232
HIGHLIGHT_STYLE = "base16/grayscale-dark";
3333
PAGER = "less -R --use-color -Dd+r -Du+b";
34-
ZK_NOTEBOOK_DIR = "/home/danieln/documents/notes";
34+
ZK_NOTEBOOK_DIR = "~/documents/notes";
3535
NODE_PATH = "${pkgs.typescript}/lib/node_modules";
3636
};
3737

@@ -42,7 +42,8 @@
4242
.separator ROW "\n"
4343
.nullvalue NULL
4444
'';
45-
".rgignore".text = ''
45+
".ignore".text = ''
46+
vendor/
4647
go.mod
4748
go.sum
4849
'';
@@ -163,6 +164,7 @@
163164
};
164165

165166
programs = {
167+
dircolors.enable = true;
166168
fzf.enable = true;
167169
gpg.enable = true;
168170
home-manager.enable = true;

0 commit comments

Comments
 (0)