refactor: remove unnecessary config wrapper in docker

This commit is contained in:
2026-03-11 21:16:51 +01:00
parent 1ecb690f0d
commit 9285e69086

View File

@@ -1,9 +1,7 @@
{ pkgs, ... }:
{
config = {
home.packages = with pkgs; [
dive
];
};
home.packages = with pkgs; [
dive
];
}