add more apps and services

This commit is contained in:
2023-07-22 19:07:52 +02:00
parent b563c17095
commit e01fc0be4c
4 changed files with 20 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
{ pkgs, ... }: {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
}