WIP: rewrite config #618

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

View file

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