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
2025-01-10 16:08:45 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a7d9cff7eb
nix-config
/
overlays
/
default.nix
9 lines
94 B
Nix
Raw
Normal View
History
Unescape
Escape
meta: Use separate directories for each overlay
2023-06-06 11:03:23 +02:00
{
imports
=
[
overlays: Add base16-schemes Necessary since an update caused the YAML structure to change. Will be able to remove this once the Qt pull request for stylix gets merged upstream. Old: https://github.com/tinted-theming/base16-schemes/blob/2b6f2d0677216ddda50c9cabd6ee70fae4665f81/3024.yaml New: https://github.com/tinted-theming/schemes/blob/ae4ce8b0d1f9b247d3add88a23aec3d833ae76d1/base16/3024.yaml
2024-02-19 14:19:29 +01:00
./base16-schemes.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(srb2): add startupWMClass to desktop item Fixes an issue with the application showing up as a question mark after being launched in ironbar.
2024-03-16 19:24:29 +01:00
./srb2.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