diff options
Diffstat (limited to 'home/ebisu/fortune/system/virtualisation')
| -rw-r--r-- | home/ebisu/fortune/system/virtualisation/default.nix | 9 | ||||
| -rw-r--r-- | home/ebisu/fortune/system/virtualisation/docker.nix | 10 |
2 files changed, 0 insertions, 19 deletions
diff --git a/home/ebisu/fortune/system/virtualisation/default.nix b/home/ebisu/fortune/system/virtualisation/default.nix deleted file mode 100644 index bc74b7e..0000000 --- a/home/ebisu/fortune/system/virtualisation/default.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ pkgs, ... }: -{ - imports = [ ./docker.nix ]; - home.packages = with pkgs; [ - bottles - wine - wine-staging - ]; -} diff --git a/home/ebisu/fortune/system/virtualisation/docker.nix b/home/ebisu/fortune/system/virtualisation/docker.nix deleted file mode 100644 index 737ef3d..0000000 --- a/home/ebisu/fortune/system/virtualisation/docker.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ pkgs, ... }: -{ - home.packages = with pkgs; [ - act - earthly - dive - docker-slim - docker-credential-helpers - ]; -} |