wip
This commit is contained in:
@@ -26,6 +26,7 @@ in
|
||||
inputs.self.nixosModules.nvidia
|
||||
inputs.self.nixosModules.initrd-ssh
|
||||
inputs.self.nixosModules.localisation
|
||||
inputs.self.nixosModules.aarch64-vm
|
||||
];
|
||||
|
||||
yubikey.enable = true;
|
||||
@@ -65,6 +66,8 @@ in
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-medium.yaml";
|
||||
};
|
||||
|
||||
aarch64-vm.enable = true;
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user