feat: add docker and lazydocker

This commit is contained in:
HerozDotExe 2026-03-27 20:20:57 +01:00
parent 9c8116e83c
commit a136bfa638
3 changed files with 10 additions and 1 deletions

View file

@ -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; [

5
env.nu
View file

@ -71,4 +71,7 @@ alias zi = __zoxide_zi
$env.config.buffer_editor = "micro"
$env.config.show_banner = false
$env.config.show_banner = false
alias lzd = lazydocker
alias comp = docker compose

View file

@ -28,6 +28,7 @@
dust
zoxide
iperf
lazydocker
];
# Fix duplicate brave entry in gnome apps