Update flake

This commit is contained in:
Invariantspace 2024-06-28 17:14:24 -07:00
parent d79dff22a2
commit 148fa76155
No known key found for this signature in database
GPG key ID: EBC4A20067373921
4 changed files with 22 additions and 29 deletions

View file

@ -26,11 +26,6 @@ in
{
home = {
file = {
fonts = {
enable = osConfig.programs.steam.enable;
source = config.lib.file.mkOutOfStoreSymlink "/run/current-system/sw/share/X11/fonts";
target = ".local/share/fonts";
};
kvantum = {
enable = config.programs.plasma.enable;
target = ".config/Kvantum/kvantum.kvconfig";
@ -125,6 +120,13 @@ in
};
};
i18n.supportedLocales = [
"C.UTF-8/UTF-8"
"en_US.UTF-8/UTF-8"
"ja_JP.UTF-8/UTF-8"
"zh_CN.UTF-8/UTF-8"
];
programs = {
fish.enable = true;
nh.enable = true;