mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 14:00:43 +00:00
Add wofi launcher
This commit is contained in:
parent
e20e63e57b
commit
6a85f6b61b
4 changed files with 78 additions and 0 deletions
17
home/programs/graphical/launchers/wofi/default.nix
Normal file
17
home/programs/graphical/launchers/wofi/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
_: {
|
||||
programs.wofi = {
|
||||
enable = true;
|
||||
settings = {
|
||||
width = "40%";
|
||||
height = "30%";
|
||||
show = "drun";
|
||||
prompt = "Search";
|
||||
allow_images = true;
|
||||
allow_markup = true;
|
||||
insensitive = true;
|
||||
};
|
||||
style = ''
|
||||
${builtins.readFile ./style.css}
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue