Initial commit
This commit is contained in:
commit
cfcc57a8bd
353 changed files with 18756 additions and 0 deletions
15
flake/den/templates/default/modules/aspects/eg/vm.nix
Normal file
15
flake/den/templates/default/modules/aspects/eg/vm.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ eg, ... }:
|
||||
{
|
||||
eg.vm.provides = {
|
||||
gui.includes = [
|
||||
eg.vm
|
||||
eg.vm-bootable._.gui
|
||||
eg.xfce-desktop
|
||||
];
|
||||
|
||||
tui.includes = [
|
||||
eg.vm
|
||||
eg.vm-bootable._.tui
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue