kanagawa moment

This commit is contained in:
atagen 2023-05-21 16:17:52 +10:00
parent 8c093b6658
commit 707157c0fe
6 changed files with 106 additions and 36 deletions

View file

@ -60,7 +60,7 @@ in {
# libsForQt5.qtstyleplugin-kvantum
gtk-engine-murrine
] ++ pkgs.rice.fonts.pkgs;
] ++ pkgs.rice.fonts.pkgs ++ pkgs.rice.icons.pkgs;
fonts.fontconfig.enable = true;
@ -323,9 +323,8 @@ in {
programs.helix = {
enable = true;
# package = inputs.helix.packages.${pkgs.hostPlatform.system}.default;
settings = {
theme = "rose_pine";
theme = "kanagawa";
editor.lsp.display-messages = true;
};
};