mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-13 05:48:31 +02:00
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:
parent
317c7b5dc6
commit
341d3aeae5
@ -337,26 +337,6 @@
|
|||||||
defaultCacheTtl = 43200;
|
defaultCacheTtl = 43200;
|
||||||
maxCacheTtl = 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 = {
|
programs.gpg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# homedir = "${config.xdg.dataHome}/gnupg"
|
# homedir = "${config.xdg.dataHome}/gnupg"
|
||||||
|
Loading…
Reference in New Issue
Block a user