refactor: remove unnecessary config wrapper in docker
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
home.packages = with pkgs; [
|
||||
dive
|
||||
];
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
dive
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user