home | refactor
This commit is contained in:
parent
672d71a83a
commit
73fadb981d
468 changed files with 197 additions and 210 deletions
|
|
@ -1,29 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ fuzzel ];
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
icon-theme = "Papirus-Dark";
|
||||
width = 50;
|
||||
font = "Ubuntu:style=Bold:size=12, Hack:weight=bold:size=12";
|
||||
fields = "name,generic,comment,categories,filename,keywords";
|
||||
prompt = "❯ ";
|
||||
layer = "overlay";
|
||||
};
|
||||
colors = {
|
||||
background = "282a36fa";
|
||||
selection = "3d4474fa";
|
||||
border = "fffffffa";
|
||||
};
|
||||
border = {
|
||||
radius = 20;
|
||||
};
|
||||
dmenu = {
|
||||
exit-immediately-if-empty = true;
|
||||
mode = "index";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue