feat: add a couple of apps

This commit is contained in:
Yoru
2024-12-05 17:57:06 +01:00
parent ab324d55ed
commit 4316126747
2 changed files with 6 additions and 4 deletions

View File

@@ -9,10 +9,11 @@
}; };
config = lib.mkIf config.myHome.shell.enable { config = lib.mkIf config.myHome.shell.enable {
home.packages = [ home.packages = with pkgs; [
pkgs.aoc-cli aoc-cli
pkgs.neofetch just
pkgs.typst neofetch
typst
]; ];
programs.fish = { programs.fish = {
enable = true; enable = true;

View File

@@ -16,6 +16,7 @@ in
noto-fonts-cjk-sans noto-fonts-cjk-sans
noto-fonts-emoji noto-fonts-emoji
fira-code fira-code
roboto
nerd-fonts.fira-code nerd-fonts.fira-code
nerd-fonts.hack nerd-fonts.hack