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-31 09:59:15 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e5c0e7d985
nix-config
/
overlays
/
default.nix
10 lines
89 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
waybar-hyprland: Use custom overlay This fixes an issue where waybar-hyprland would break with hyprland-autoname-workspaces.
2023-06-13 23:01:28 +02:00
./waybar
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