This website requires JavaScript.
Explore
Help
Sign In
holm
/
donovanglover-nix-config
Watch
1
Star
0
Fork
0
You've already forked donovanglover-nix-config
forked from
extern/nix-config
Code
Pull Requests
Activity
c4827c1b62
donovanglover-nix-config
/
overlays
/
default.nix
8 lines
72 B
Nix
Raw
Normal View
History
Unescape
Escape
meta: Use separate directories for each overlay
2023-06-06 11:03:23 +02:00
{
imports
=
[
meta: Flatten overlays directory
2023-06-16 18:46:04 +02:00
./alejandra.nix
overlays: Downgrade eza to 0.14.2 Fixes an issue where newer versions of eza don't align CJK characters properly. See: https://github.com/eza-community/eza/issues/556
2023-10-31 22:52:27 +01:00
./eza.nix
overlays: Patch zola serve fix for config.toml changes
2023-09-13 16:36:00 +02:00
./zola.nix
meta: Replace joshuto package with overlay This actually took *forever*, but now that I know how to write nixpkgs overlays, any future ones I write should be relatively straight-forward.
2023-06-06 05:07:04 +02:00
]
;
}
Copy Permalink