diff --git a/configuration.nix b/configuration.nix index 641493b..3efa297 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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; [ diff --git a/env.nu b/env.nu index 9005f76..94f1617 100644 --- a/env.nu +++ b/env.nu @@ -71,4 +71,7 @@ alias zi = __zoxide_zi $env.config.buffer_editor = "micro" -$env.config.show_banner = false \ No newline at end of file +$env.config.show_banner = false + +alias lzd = lazydocker +alias comp = docker compose \ No newline at end of file diff --git a/home.nix b/home.nix index a567b0a..1f00be2 100644 --- a/home.nix +++ b/home.nix @@ -28,6 +28,7 @@ dust zoxide iperf + lazydocker ]; # Fix duplicate brave entry in gnome apps