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;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
jetbrains.idea-community
|
||||
minicom
|
||||
openjdk11
|
||||
putty
|
||||
|
@ -22,7 +23,6 @@ in
|
|||
remmina
|
||||
slack
|
||||
thunderbird
|
||||
jetbrains.idea-community
|
||||
vscode
|
||||
vscode-extensions.golang.go
|
||||
vscode-extensions.ms-python.python
|
||||
|
|
Loading…
Reference in a new issue