From 653f81eec07eb3e33c380810676a7feb45e1df43 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 29 Aug 2024 21:31:09 -0700 Subject: some stuff --- home/ebisu/fortune/system/virtualisation/default.nix | 9 +++++++++ home/ebisu/fortune/system/virtualisation/docker/default.nix | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 home/ebisu/fortune/system/virtualisation/default.nix create mode 100644 home/ebisu/fortune/system/virtualisation/docker/default.nix (limited to 'home/ebisu/fortune/system/virtualisation') diff --git a/home/ebisu/fortune/system/virtualisation/default.nix b/home/ebisu/fortune/system/virtualisation/default.nix new file mode 100644 index 0000000..85e082f --- /dev/null +++ b/home/ebisu/fortune/system/virtualisation/default.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: +{ + imports = [ ./docker ]; + + home.packages = with pkgs; [ + bottles + virt-manager + ]; +} diff --git a/home/ebisu/fortune/system/virtualisation/docker/default.nix b/home/ebisu/fortune/system/virtualisation/docker/default.nix new file mode 100644 index 0000000..4d395ff --- /dev/null +++ b/home/ebisu/fortune/system/virtualisation/docker/default.nix @@ -0,0 +1,10 @@ +{ pkgs, ... }: +{ + home.packages = with pkgs; [ + act + earthly + dive + docker-buildx + docker-slim + ]; +} -- cgit v1.2.3