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

View file

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

View file

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

View file

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