fix: re-enable noto-sans-cjk

This commit is contained in:
Youwen Wu 2024-10-31 17:43:35 -07:00
parent f5b2c76cb0
commit 8032aec1d8
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 15 additions and 4 deletions

View file

@ -68,6 +68,16 @@
enable = true;
package = pkgs.rofi-wayland;
# theme = "gruvbox-dark";
terminal = "${pkgs.kitty}/bin/kitty";
extraConfig = {
modi = "window,drun,ssh,combi,filebrowser,recursivebrowser";
display-drun = " 󰘧 ";
combi-modi = "window,drun,ssh";
run-shell-command = "{terminal} -e {cmd}";
sidebar-mode = true;
background-color = "transparent";
sorting = "fuzzy";
};
};
# Let home Manager install and manage itself.