Update flake
This commit is contained in:
parent
d79dff22a2
commit
148fa76155
4 changed files with 22 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue