fix niri overlay

This commit is contained in:
Sean Kovacs 2025-12-14 02:01:59 -05:00
commit fe82f49c7d
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 41 additions and 4 deletions

View file

@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
programs.niri.package = pkgs.niri-stable.overrideAttrs (old: {
doCheck = false;
});
# https://github.com/sodiboo/niri-flake/blob/main/docs.md
programs.niri.settings = {
screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png";
@ -54,6 +57,9 @@
"HDMI-A-1" = {
scale = 2;
};
"DP-1" = {
scale = 2;
};
};
cursor = {
hide-when-typing = true;