forked from pub-solar/os
add profiles.virtualisation
This commit is contained in:
parent
4020d3ea20
commit
cb984b89d1
6
profiles/virtualisation/default.nix
Normal file
6
profiles/virtualisation/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ self, config, lib, pkgs, ... }:
|
||||||
|
let inherit (lib) fileContents;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
pub-solar.virtualisation.enable = true;
|
||||||
|
}
|
|
@ -14,6 +14,7 @@ in
|
||||||
systemd.enableUnifiedCgroupHierarchy = true;
|
systemd.enableUnifiedCgroupHierarchy = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
jetbrains.idea-community
|
||||||
minicom
|
minicom
|
||||||
openjdk11
|
openjdk11
|
||||||
putty
|
putty
|
||||||
|
@ -22,7 +23,6 @@ in
|
||||||
remmina
|
remmina
|
||||||
slack
|
slack
|
||||||
thunderbird
|
thunderbird
|
||||||
jetbrains.idea-community
|
|
||||||
vscode
|
vscode
|
||||||
vscode-extensions.golang.go
|
vscode-extensions.golang.go
|
||||||
vscode-extensions.ms-python.python
|
vscode-extensions.ms-python.python
|
||||||
|
|
Loading…
Reference in a new issue