changes
This commit is contained in:
parent
1e1f905367
commit
94672cc1af
3 changed files with 4 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
colors = {
|
||||
scheme = "espresso";
|
||||
scheme = "catppuccin-mocha";
|
||||
accent = "base09";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue