chore: bump dependencies

This commit is contained in:
Jacob Bachmann 2025-09-04 11:41:27 +02:00
parent 9ab64ca35f
commit 83280f9038
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
7 changed files with 22 additions and 94 deletions

View file

@ -1,11 +1,13 @@
{
pkgs,
config,
lib,
...
}:
let
common = import ./common.nix;
in
{
lib.mkIf (config.bchmnn.collections.shell.enable) {
programs.zsh = {
enable = true;
};
@ -28,7 +30,6 @@ in
generateCaches = true;
man-db.enable = true;
};
};
environment.systemPackages = with pkgs; [