From 1bd344e82d156b88a9f5a8612da19f9ba3f8ffd0 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Wed, 4 May 2022 19:21:20 +0200 Subject: [PATCH] add profiles.virtualisation --- profiles/virtualisation/default.nix | 6 ++++++ profiles/work/default.nix | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 profiles/virtualisation/default.nix diff --git a/profiles/virtualisation/default.nix b/profiles/virtualisation/default.nix new file mode 100644 index 00000000..4f42071b --- /dev/null +++ b/profiles/virtualisation/default.nix @@ -0,0 +1,6 @@ +{ self, config, lib, pkgs, ... }: +let inherit (lib) fileContents; +in +{ + pub-solar.virtualisation.enable = true; +} diff --git a/profiles/work/default.nix b/profiles/work/default.nix index 71ec3c8b..573ac2a4 100644 --- a/profiles/work/default.nix +++ b/profiles/work/default.nix @@ -24,7 +24,6 @@ in remmina slack thunderbird - jetbrains.idea-community vscode vscode-extensions.golang.go vscode-extensions.ms-python.python