mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Fix rofi config (by using home-manager)
This commit is contained in:
parent
3240615eea
commit
1bbf45fff9
@ -1,23 +1,22 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.file.".config/rofi/config.rasi".text = ''
|
programs.rofi = {
|
||||||
@import "catppuccin-mocha"
|
enable = true;
|
||||||
@import "catppuccin-default"
|
font = "mono 12";
|
||||||
|
location = "center";
|
||||||
|
|
||||||
configuration {
|
extraConfig = {
|
||||||
modes: "run,ssh,drun";
|
modes = "run,ssh,drun";
|
||||||
font: "mono 12";
|
"show-icons" = true;
|
||||||
show-icons: true;
|
"icon-theme" = "Papirus Dark";
|
||||||
icon-theme: "Papirus Dark";
|
yoffset = 0;
|
||||||
|
xoffset = 0;
|
||||||
location: 0;
|
"fixed-num-lines" = true;
|
||||||
yoffset: 0;
|
"ml-row-down" = "ScrollDown";
|
||||||
xoffset: 0;
|
"me-select-entry" = "MousePrimary";
|
||||||
fixed-num-lines: true;
|
"me-accept-entry" = "MouseDPrimary";
|
||||||
|
"me-accept-custom" = "Control+MouseDPrimary";
|
||||||
ml-row-down: "ScrollDown";
|
};
|
||||||
me-select-entry: "MousePrimary";
|
};
|
||||||
me-accept-entry: "MouseDPrimary";
|
|
||||||
me-accept-custom: "Control+MouseDPrimary";
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user