1
0
forked from extern/nix-config

Remove rofi

This is an experiment to see if I prefer launching everything from the
terminal to get a more tty-like feel.
This commit is contained in:
Donovan Glover 2023-05-11 18:53:42 -04:00
parent 317c7b5dc6
commit 341d3aeae5
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -337,26 +337,6 @@
defaultCacheTtl = 43200;
maxCacheTtl = 43200;
};
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
cycle = false;
extraConfig = {
modi = "drun,filebrowser";
font = "Noto Sans CJK JP 12";
show-icons = true;
bw = 0;
display-drun = "";
display-window = "";
display-combi = "";
icon-theme = "Papirus";
terminal = "kitty";
drun-match-fields = "name";
drun-display-format = "{name}";
me-select-entry = "";
me-accept-entry = "MousePrimary";
};
};
programs.gpg = {
enable = true;
# homedir = "${config.xdg.dataHome}/gnupg"