tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
helix: have distinct theme for dark/light
wiro.world
1 month ago
ce8da754
7005b140
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+8
-2
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
helix.nix
+8
-2
home-manager/fragments/helix.nix
···
41
41
defaultEditor = true;
42
42
43
43
settings = {
44
44
-
theme = lib.mkDefault "wolf-alabaster-dark";
44
44
+
theme = {
45
45
+
dark = lib.mkDefault "wolf-alabaster-dark";
46
46
+
light = lib.mkDefault "wolf-alabaster-light-bg";
47
47
+
};
45
48
46
49
editor = {
47
50
auto-format = true;
···
127
130
wakatime-ls.command = "wakatime-ls";
128
131
129
132
ebnfer.command = "ebnfer";
130
130
-
tofu-ls = { command = "tofu-ls"; args = [ "serve" ]; };
133
133
+
tofu-ls = {
134
134
+
command = "tofu-ls";
135
135
+
args = [ "serve" ];
136
136
+
};
131
137
};
132
138
133
139
language =