mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: re-enable noto-sans-cjk
This commit is contained in:
parent
f5b2c76cb0
commit
8032aec1d8
3 changed files with 15 additions and 4 deletions
|
@ -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" ]; })
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue