exclude nix from topgrade, change nerdfont handling

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

View file

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