feat: add a couple of apps
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user