Update flake
This commit is contained in:
parent
f7225b9bab
commit
c0070b691c
3 changed files with 65 additions and 68 deletions
|
|
@ -7,15 +7,15 @@ let
|
|||
in
|
||||
{
|
||||
fonts = {
|
||||
fontconfig.defaultFonts = {
|
||||
serif = [ "Sarasa UI SC" ];
|
||||
sansSerif = [ "Sarasa UI SC" ];
|
||||
monospace = [ "Sarasa Mono SC" ];
|
||||
};
|
||||
fontDir.enable = true;
|
||||
fontconfig.defaultFonts = {
|
||||
sansSerif = [ "Inter" "Noto Sans CJK SC" ];
|
||||
monospace = [ "Iosevka" "Noto Sans Mono CJK SC" ];
|
||||
};
|
||||
packages = with pkgs; [
|
||||
sarasa-gothic
|
||||
noto-fonts-emoji
|
||||
inter
|
||||
iosevka
|
||||
noto-fonts-cjk
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -42,10 +42,7 @@ in
|
|||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
eza = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
};
|
||||
eza.enable = true;
|
||||
fish.enable = true;
|
||||
fzf.enable = true;
|
||||
git = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue