This commit is contained in:
2025-03-17 14:14:36 -04:00
parent 3ed6daaf2f
commit 8b40db5f6e
4 changed files with 41 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
}:
{
programs.niri = {
package = pkgs.niri-stable;
package = pkgs.niri;
settings = {
prefer-no-csd = true;
@@ -92,7 +92,7 @@
{
matches = [
{
app-id = "Zen Browser$";
app-id = "zen$";
title = "^Picture-in-Picture$";
}
];