This website requires JavaScript.
Explore
Help
Sign In
extern
/
nix-config
Watch
1
Star
0
Fork
1
You've already forked nix-config
mirror of
https://github.com/donovanglover/nix-config.git
synced
2024-11-23 08:45:09 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7cb28af1f8
nix-config
/
overlays
/
default.nix
9 lines
88 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: Downgrade kitty from 0.32.0 to 0.31.0 The new version causes icons and some CJK characters to show up as rectangle boxes. kitty prints "Too many fallback fonts" as output, and the issue continues to occur in 0.32.1. Probably caused by https://github.com/kovidgoyal/kitty/issues/6865 and should be possible to fix with symbol_map in the future.
2024-01-28 08:59:00 +01:00
./kitty.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
]
;
}
Reference in New Issue
Copy Permalink