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 {
home.packages = [
pkgs.aoc-cli
pkgs.neofetch
pkgs.typst
home.packages = with pkgs; [
aoc-cli
just
neofetch
typst
];
programs.fish = {
enable = true;