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
44adb319f5
donovanglover-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
]
;
}
Copy Permalink