feat: add docker and lazydocker
This commit is contained in:
parent
9c8116e83c
commit
a136bfa638
3 changed files with 10 additions and 1 deletions
|
|
@ -123,6 +123,7 @@
|
|||
extraGroups = [
|
||||
"wheel"
|
||||
"libvirtd"
|
||||
"docker"
|
||||
]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
gnomeExtensions.blur-my-shell
|
||||
|
|
@ -142,6 +143,10 @@
|
|||
boot.kernelModules = [ "kvm-intel" ];
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# List packages installed in system profile.
|
||||
# You can use https://search.nixos.org/ to find more packages (and options).
|
||||
# environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
3
env.nu
3
env.nu
|
|
@ -72,3 +72,6 @@ alias zi = __zoxide_zi
|
|||
|
||||
$env.config.buffer_editor = "micro"
|
||||
$env.config.show_banner = false
|
||||
|
||||
alias lzd = lazydocker
|
||||
alias comp = docker compose
|
||||
1
home.nix
1
home.nix
|
|
@ -28,6 +28,7 @@
|
|||
dust
|
||||
zoxide
|
||||
iperf
|
||||
lazydocker
|
||||
];
|
||||
|
||||
# Fix duplicate brave entry in gnome apps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue