This commit is contained in:
Sean Kovacs 2026-01-24 12:32:53 -05:00
commit 94672cc1af
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, config, ... }:
{
colors = {
scheme = "espresso";
scheme = "catppuccin-mocha";
accent = "base09";
};

View file

@ -124,7 +124,7 @@
};
blur = {
enable = true;
passes = 2;
passes = 4;
radius = 4;
noise = 0.1;
};
@ -138,7 +138,7 @@
bottom-right = 16.0;
};
clip-to-geometry = true;
opacity = 0.95;
opacity = 0.975;
}
{
matches = [

View file

@ -66,9 +66,7 @@
programs.niri = {
enable = true;
package = pkgs.niri-unstable.overrideAttrs (old: {
doCheck = false;
});
package = pkgs.niri-unstable;
};
services.gnome.gnome-keyring.enable = true;
security.pam.services.niri.enableGnomeKeyring = true;