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-24 14:48:37 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
50e317fc22
nix-config
/
overlays
/
default.nix
9 lines
76 B
Nix
Raw
Normal View
History
Unescape
Escape
meta: Use separate directories for each overlay
2023-06-06 11:03:23 +02:00
{
imports
=
[
./alejandra
./joshuto
overlays: Add kitty duplicate lines patch Patches the issue described below: https://github.com/kovidgoyal/kitty/issues/6306
2023-06-10 14:16:48 +02:00
./kitty
meta: Replace rofi package with overlay This significantly reduces the complexity of maintaining a more recent version of rofi-wayland.
2023-06-09 14:12:07 +02:00
./rofi
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