rofi
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
"$mod" = "SUPER";
|
||||
"$terminal" = "ghostty";
|
||||
"$filemanager" = "nautilus";
|
||||
"$menu" = "rofi -show drun";
|
||||
"$menu" = "rofi -show combi";
|
||||
|
||||
general = {
|
||||
gaps_in = 4;
|
||||
|
18
modules/home/rofi.nix
Normal file
18
modules/home/rofi.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{pkgs, ...}: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
theme = "gruvbox-dark";
|
||||
font = "Intel One Mono";
|
||||
modes = [
|
||||
"window"
|
||||
"drun"
|
||||
"calc"
|
||||
"emoji"
|
||||
];
|
||||
plugins = [
|
||||
pkgs.rofi-emoji
|
||||
pkgs.rofi-calc
|
||||
];
|
||||
terminal = "\${pkgs.ghostty}/bin/ghostty";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user