Update flake

This commit is contained in:
Invariantspace 2024-03-13 22:04:42 -07:00
parent f7225b9bab
commit c0070b691c
3 changed files with 65 additions and 68 deletions

View file

@ -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 = {