exclude nix from topgrade, change nerdfont handling

This commit is contained in:
Thilo Billerbeck 2024-12-01 22:31:05 +01:00
parent aa424c2705
commit 75e2ff1b2c
2 changed files with 4 additions and 7 deletions

View file

@ -78,13 +78,9 @@ in
unrar
inputs.w17.packages.x86_64-linux.default
aichat
(pkgs.nerdfonts.override {
fonts = [
"JetBrainsMono"
"FiraCode"
"FiraMono"
];
})
nerd-fonts.jetbrains-mono
nerd-fonts.fira-code
nerd-fonts.fira-mono
nix-output-monitor
nodePackages.pnpm
npm-check-updates

View file

@ -22,6 +22,7 @@ in
"bun"
"tldr"
"flutter"
"nix"
];
};
git.repos = [ configPath ];