mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
chore: fractional scaling in X11
This commit is contained in:
parent
c723779da1
commit
af34ffbc39
@ -1,6 +1,6 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
version = "45.3";
|
||||
version = "45.4";
|
||||
in
|
||||
{
|
||||
# https://wiki.archlinux.org/title/HiDPI#Wayland
|
||||
@ -59,7 +59,7 @@ in
|
||||
})
|
||||
];
|
||||
}
|
||||
else throw "Mutter version mismatch. Please update patch. ${oldAttrs.version}"
|
||||
else throw "Mutter version mismatch. Please update patch to ${oldAttrs.version}"
|
||||
);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user