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