configure rofi
This commit is contained in:
parent
e0b88992f5
commit
d7934e2107
6 changed files with 117 additions and 5 deletions
17
programm_configs/rofi.nix
Normal file
17
programm_configs/rofi.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
font = "hack 10";
|
||||
theme = "slate";
|
||||
terminal = "alacritty";
|
||||
location = "top-left";
|
||||
extraConfig = {
|
||||
modi = "window,drun,ssh,combi";
|
||||
combi-modi = "window,drun,ssh";
|
||||
icon-theme = "Papirus";
|
||||
dpi = 100;
|
||||
show-icons = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue