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;
};
};
};
}