mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-12-22 03:53:05 +01:00
exclude nix from topgrade, change nerdfont handling
This commit is contained in:
parent
aa424c2705
commit
75e2ff1b2c
2 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -22,6 +22,7 @@ in
|
|||
"bun"
|
||||
"tldr"
|
||||
"flutter"
|
||||
"nix"
|
||||
];
|
||||
};
|
||||
git.repos = [ configPath ];
|
||||
|
|
Loading…
Reference in a new issue