mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 16:23:55 -05:00
home/rofi: improve networkmanager-dmenu settings
This commit is contained in:
parent
a52f7fdbb8
commit
031bd017b3
|
@ -50,14 +50,15 @@ in {
|
||||||
xdg.configFile."networkmanager-dmenu/config.ini".text = ''
|
xdg.configFile."networkmanager-dmenu/config.ini".text = ''
|
||||||
[dmenu]
|
[dmenu]
|
||||||
dmenu_command = ${lib.getExe config.programs.rofi.package}
|
dmenu_command = ${lib.getExe config.programs.rofi.package}
|
||||||
l = 40
|
highlight = True
|
||||||
rofi_highlight = True
|
|
||||||
|
|
||||||
[dmenu_passphrase]
|
[dmenu_passphrase]
|
||||||
rofi_obscure = True
|
obscure = True
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
|
gui = ${pkgs.networkmanagerapplet}/bin/nm-connection-editor
|
||||||
gui_if_available = True
|
gui_if_available = True
|
||||||
|
terminal = ${lib.getExe cfg.defaultApps.terminal}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue