Niri stuff

This commit is contained in:
2025-08-11 23:29:58 +01:00
parent 8959111f3e
commit fdf7719a4e
9 changed files with 573 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{pkgs, ...}:
{
programs.fuzzel = {
enable = true;
settings = {
main = {
include = "${./green.ini}";
font = "Iosevka Nerd Font Propo:size=16";
width = 60;
lines = 15;
};
border = {
width = 3;
radius = 15;
};
};
};
}

View File

@@ -0,0 +1,12 @@
[colors]
background=24273add
text=cad3f5ff
prompt=b8c0e0ff
placeholder=8087a2ff
input=cad3f5ff
match=a6da95ff
selection=5b6078ff
selection-text=cad3f5ff
selection-match=a6da95ff
counter=8087a2ff
border=a6da95ff