idk
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
./services.nix
|
||||
];
|
||||
|
||||
nix.settings.extra-platforms = [ "x86_64-linux" ];
|
||||
boot.binfmt.emulatedSystems = [ "x86_64-linux" ];
|
||||
|
||||
hardware.asahi = {
|
||||
enable = true;
|
||||
peripheralFirmwareDirectory = ./firmware;
|
||||
@@ -30,9 +33,6 @@
|
||||
};
|
||||
user = {
|
||||
name = "matt";
|
||||
extraGroups = [
|
||||
"ratbagd"
|
||||
"input"
|
||||
"scanner"
|
||||
"lp"
|
||||
"video"
|
||||
@@ -91,6 +91,12 @@
|
||||
nixpkgs.config.allowUnsupportedSystem = true;
|
||||
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
# efi = {
|
||||
# OVMF = (pkgs.OVMF.override {
|
||||
# secureBoot = true;
|
||||
# });
|
||||
# };
|
||||
waydroid.enable = false;
|
||||
# - CONFIG_ANDROID_BINDER_IPC is not enabled!
|
||||
# - CONFIG_ANDROID_BINDERFS is not enabled
|
||||
@@ -107,10 +113,22 @@
|
||||
asahi-nvram
|
||||
asahi-wifisync
|
||||
cabextract
|
||||
erofs-utils
|
||||
fex
|
||||
light
|
||||
micro
|
||||
muvm
|
||||
squashfuse
|
||||
squashfsTools
|
||||
unzip
|
||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
virt-manager
|
||||
wget
|
||||
|
||||
|
||||
(pkgs.OVMF.override {
|
||||
secureBoot = true;
|
||||
})
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
|
||||
Reference in New Issue
Block a user