[Altair] Adds virtualbox for xbox controller updating.
This commit is contained in:
4
system/features/virtualbox.nix
Normal file
4
system/features/virtualbox.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
_: {
|
||||||
|
virtualisation.virtualbox.host.enable = true;
|
||||||
|
users.extraGroups.vboxusers.members = [ "drew" ];
|
||||||
|
}
|
||||||
@@ -1,18 +1,19 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./configuration.nix
|
|
||||||
./hardware-configuration.nix
|
|
||||||
./qmk.nix
|
|
||||||
../../authorized-keys.nix
|
../../authorized-keys.nix
|
||||||
|
../../features/android-dev.nix
|
||||||
../../features/appimage.nix
|
../../features/appimage.nix
|
||||||
../../features/audio.nix
|
../../features/audio.nix
|
||||||
../../features/bluetooth.nix
|
../../features/bluetooth.nix
|
||||||
|
../../features/container-dev.nix
|
||||||
|
../../features/flatpak.nix
|
||||||
../../features/gc.nix
|
../../features/gc.nix
|
||||||
../../features/gui.nix
|
../../features/gui.nix
|
||||||
../../features/container-dev.nix
|
../../features/virtualbox.nix
|
||||||
../../features/android-dev.nix
|
./configuration.nix
|
||||||
../../features/flatpak.nix
|
./hardware-configuration.nix
|
||||||
|
./qmk.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user