nix-config/overlays/default.nix
Donovan Glover 1c1c666f57
overlays: Patch hyprland window sizes
Fixes an issue where 1 pixel gaps would exist where window sizes would
otherwise divide evenly.
2023-08-31 00:45:04 -04:00

7 lines
62 B
Nix

{
imports = [
./alejandra.nix
./hyprland.nix
];
}