Niri stuff
This commit is contained in:
20
users/configs/desktop/fuzzel/default.nix
Normal file
20
users/configs/desktop/fuzzel/default.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user