feat: add 'docker' home module to 'work' host
This commit is contained in:
@@ -15,6 +15,7 @@ in
|
|||||||
../../modules/cloud
|
../../modules/cloud
|
||||||
../../modules/comms
|
../../modules/comms
|
||||||
../../modules/dconf.nix
|
../../modules/dconf.nix
|
||||||
|
../../modules/docker
|
||||||
../../modules/git
|
../../modules/git
|
||||||
../../modules/k9s.nix
|
../../modules/k9s.nix
|
||||||
../../modules/keepassxc.nix
|
../../modules/keepassxc.nix
|
||||||
|
|||||||
9
home/modules/docker/default.nix
Normal file
9
home/modules/docker/default.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
config = {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
dive
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user