WIP: rewrite config #618

Draft
darkkirb wants to merge 345 commits from rewrite into main
Showing only changes of commit c027f9c66d - Show all commits

View file

@ -1,6 +1,6 @@
{ system, ... }:
{ pkgs, ... }:
let
isx86 = system == "x86_64-linux";
isx86 = pkgs.targetPlatform.system == "x86_64-linux";
in
{
boot.loader.systemd-boot = {