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
|
unrar
|
||||||
inputs.w17.packages.x86_64-linux.default
|
inputs.w17.packages.x86_64-linux.default
|
||||||
aichat
|
aichat
|
||||||
(pkgs.nerdfonts.override {
|
nerd-fonts.jetbrains-mono
|
||||||
fonts = [
|
nerd-fonts.fira-code
|
||||||
"JetBrainsMono"
|
nerd-fonts.fira-mono
|
||||||
"FiraCode"
|
|
||||||
"FiraMono"
|
|
||||||
];
|
|
||||||
})
|
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
nodePackages.pnpm
|
nodePackages.pnpm
|
||||||
npm-check-updates
|
npm-check-updates
|
||||||
|
|
|
@ -22,6 +22,7 @@ in
|
||||||
"bun"
|
"bun"
|
||||||
"tldr"
|
"tldr"
|
||||||
"flutter"
|
"flutter"
|
||||||
|
"nix"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
git.repos = [ configPath ];
|
git.repos = [ configPath ];
|
||||||
|
|
Loading…
Reference in a new issue