merge flake-parts rewrite into main #19

Manually merged
Daholli merged 62 commits from main-merge into main 2025-11-22 20:16:40 +01:00
Showing only changes of commit 1edc049e07 - Show all commits

View file

@ -21,6 +21,11 @@ in
config.allowUnfree = true;
};
# hack
environment.systemPackages = [ pkgs.dconf ];
programs.nix-ld.enable = false;
imports =
with config.flake.modules.nixos;
with inputs.nixos-raspberrypi.nixosModules;