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: youwen5
GPG key ID: 865658ED1FE61EC3
3 changed files with 15 additions and 4 deletions

View file

@ -10,7 +10,7 @@
# }; # };
packages = with pkgs; [ packages = with pkgs; [
# noto-fonts # noto-fonts
# noto-fonts-cjk-sans noto-fonts-cjk-sans
# noto-fonts-emoji # noto-fonts-emoji
# (nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # (nerdfonts.override { fonts = [ "CascadiaCode" ]; })
(google-fonts.override { fonts = [ "Lora" ]; }) (google-fonts.override { fonts = [ "Lora" ]; })

View file

@ -6,10 +6,11 @@
stylix = { stylix = {
enable = true; enable = true;
image = "${inputs.wallpapers}/aesthetic/red_deadly_sun.jpg"; image = "${inputs.wallpapers}/aesthetic/afterglow_city_skyline_at_night.png";
# image = "${inputs.wallpapers}/aesthetic/red_deadly_sun.jpg";
# image = "${inputs.wallpapers}/aesthetic/afterglow_sand_dunes.jpg"; # image = "${inputs.wallpapers}/aesthetic/afterglow_sand_dunes.jpg";
# base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
# polarity = "dark"; polarity = "dark";
fonts = { fonts = {
serif = { serif = {

View file

@ -68,6 +68,16 @@
enable = true; enable = true;
package = pkgs.rofi-wayland; package = pkgs.rofi-wayland;
# theme = "gruvbox-dark"; # 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. # Let home Manager install and manage itself.