1
0
Fork 0

configuration(darwin): add cli tools & fonts

This commit is contained in:
Antoine Langlois 2024-04-12 10:09:14 +02:00
parent 042c6dcb50
commit 04156437c4
Signed by: DataHearth
GPG Key ID: ABF6737C63396D35
3 changed files with 19 additions and 0 deletions

View File

@ -36,9 +36,17 @@
custom = {
neovim.enable = true;
};
programs = {
zsh.enable = true;
# HTMX lsp doesn't build on macos
nixvim.plugins.lsp.servers.htmx.enable = lib.mkForce false;
};
fonts.fonts = with pkgs; [
(nerdfonts.override {
fonts = ["FiraCode" "Mononoki"];
})
corefonts
];
}

View File

@ -8,6 +8,7 @@
] ++ (import ../../../modules/home-manager);
home.packages = with pkgs; [
pinentry_mac
];
hm = {

View File

@ -2,6 +2,15 @@
{
home.packages = with pkgs; [
# awscli2
asciinema
grype
git-chglog
tokei
goreleaser
syft
hyperfine
rclone
restic
corepack
difftastic
fd
@ -16,6 +25,7 @@
ruff
rustup
sd
git-lfs
unzip
wget
xh