add profiles.virtualisation
This commit is contained in:
parent
0c4a6dab07
commit
1bd344e82d
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;
|
||||
}
|
|
@ -24,7 +24,6 @@ in
|
|||
remmina
|
||||
slack
|
||||
thunderbird
|
||||
jetbrains.idea-community
|
||||
vscode
|
||||
vscode-extensions.golang.go
|
||||
vscode-extensions.ms-python.python
|
||||
|
|
Loading…
Reference in a new issue