tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Fix waybar night weather, nix deps
bwc9876.dev
1 year ago
ea4afa90
0ee209e8
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+17
-4
3 changed files
expand all
collapse all
unified
split
base
nix.nix
roles
dev
nvim.nix
graphics
waybar.nix
+5
base/nix.nix
···
25
25
enable = false;
26
26
enableNg = true;
27
27
};
28
28
+
29
29
+
system.extraDependencies = with builtins; let
30
30
+
flakeDeps = flake: [flake.outPath] ++ (foldl' (a: b: a ++ b) [] (map flakeDeps (attrValues flake.inputs or {})));
31
31
+
in
32
32
+
flakeDeps inputs.self;
28
33
}
+4
roles/dev/nvim.nix
···
328
328
next.key = "<C-Tab>";
329
329
previous.key = "<C-S-Tab>";
330
330
};
331
331
+
settings.icons = {
332
332
+
diagnostics."vim.diagnostic.severity.ERROR".enabled = true;
333
333
+
diagnostics."vim.diagnostic.severity.WARN".enabled = true;
334
334
+
};
331
335
};
332
336
333
337
statuscol = {
+8
-4
roles/graphics/waybar.nix
···
194
194
border-color: @yellow;
195
195
}
196
196
197
197
+
#custom-weather.PartlyCloudy {
198
198
+
border-color: @flamingo;
199
199
+
}
200
200
+
201
201
+
#custom-weather.PartlyCloudy.night {
202
202
+
border-color: @lavender;
203
203
+
}
204
204
+
197
205
#custom-weather.Clear.night,
198
206
#custom-weather.Sunny.night {
199
207
border-color: @mauve;
200
200
-
}
201
201
-
202
202
-
#custom-weather.PartlyCloudy {
203
203
-
border-color: @flamingo;
204
208
}
205
209
206
210
#custom-news.utd {