refactor: remove unnecessary config wrapper in docker

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent 1ecb690f0d
commit 9285e69086
+3 -5
View File
@@ -1,9 +1,7 @@
{ pkgs, ... }:
{
config = {
home.packages = with pkgs; [
dive
];
};
home.packages = with pkgs; [
dive
];
}