added more docker packages
This commit is contained in:
1
home.nix
1
home.nix
@@ -5,6 +5,7 @@
|
|||||||
./homeManagerModules/git.nix
|
./homeManagerModules/git.nix
|
||||||
./homeManagerModules/shell.nix
|
./homeManagerModules/shell.nix
|
||||||
./homeManagerModules/ssh.nix
|
./homeManagerModules/ssh.nix
|
||||||
|
./homeManagerModules/docker.nix
|
||||||
# inputs._1password-shell-plugins.hmModules.default
|
# inputs._1password-shell-plugins.hmModules.default
|
||||||
];
|
];
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
|
|||||||
8
homeManagerModules/docker.nix
Normal file
8
homeManagerModules/docker.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{ config, lib, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
docker
|
||||||
|
docker-compose
|
||||||
|
lazydocker
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user