mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Rofi config
This commit is contained in:
parent
5ffd82053d
commit
03b3066880
3 changed files with 38 additions and 32 deletions
18
dot_config/flake/home/sway/rofi.nix
Normal file
18
dot_config/flake/home/sway/rofi.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{pkgs, ...}: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
|
||||
location = "center";
|
||||
|
||||
extraConfig = {
|
||||
modes = [
|
||||
"window"
|
||||
"drun"
|
||||
"run"
|
||||
"ssh"
|
||||
"combi"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue