Add hyprland patches
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -9,6 +9,17 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
hyprland = prev.hyprland.overrideAttrs (oldAttrs: {
|
||||
patches = oldAttrs.patches or [ ] ++ [
|
||||
./auto-center.patch
|
||||
./maxwidth-resolution-mode.patch
|
||||
];
|
||||
});
|
||||
})
|
||||
];
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
home-manager.users.${user} = {
|
||||
@@ -106,6 +117,7 @@
|
||||
general.layout = "master";
|
||||
|
||||
master = {
|
||||
orientation = "center";
|
||||
slave_count_for_center_master = 0;
|
||||
mfact = 0.5;
|
||||
};
|
||||
|
Reference in New Issue
Block a user