miku: Use flakes

This commit is contained in:
PapaTutuWawa 2021-11-01 21:35:07 +01:00
parent 13f8c023e0
commit 8c1eefc62c

View File

@ -122,6 +122,11 @@ in mkHost config {
"ELM_ENGINE" = "wayland-egl";
"SDL_VIDEODRIVER" = "wayland";
};
nix.package = pkgs.nixUnstable;
nix.extraOptions = ''
experimental-options = nix-command flakes ca-references
'';
# TODO: Move into modules
systemd.user.services = {