We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055849b commit b583252Copy full SHA for b583252
home/default.nix
@@ -31,7 +31,7 @@
31
MANPAGER = "nvim +Man!";
32
HIGHLIGHT_STYLE = "base16/grayscale-dark";
33
PAGER = "less -R --use-color -Dd+r -Du+b";
34
- ZK_NOTEBOOK_DIR = "/home/danieln/documents/notes";
+ ZK_NOTEBOOK_DIR = "~/documents/notes";
35
NODE_PATH = "${pkgs.typescript}/lib/node_modules";
36
};
37
@@ -42,7 +42,8 @@
42
.separator ROW "\n"
43
.nullvalue NULL
44
'';
45
- ".rgignore".text = ''
+ ".ignore".text = ''
46
+ vendor/
47
go.mod
48
go.sum
49
@@ -163,6 +164,7 @@
163
164
165
166
programs = {
167
+ dircolors.enable = true;
168
fzf.enable = true;
169
gpg.enable = true;
170
home-manager.enable = true;
0 commit comments