nix-config/overlays/default.nix
Donovan Glover ce79700f6a
overlays: Update hyprlock to 0.2.0
Might fix an issue with the lock screen crashing when dpms is used with
multiple monitors.
2024-03-13 14:05:45 -04:00

13 lines
170 B
Nix

{
imports = [
./alejandra.nix
./base16-schemes.nix
./eza.nix
./hyprland.nix
./hyprlang.nix
./hyprlock.nix
./kitty.nix
./zola.nix
];
}