miku: Use flakes
This commit is contained in:
parent
13f8c023e0
commit
8c1eefc62c
@ -122,6 +122,11 @@ in mkHost config {
|
|||||||
"ELM_ENGINE" = "wayland-egl";
|
"ELM_ENGINE" = "wayland-egl";
|
||||||
"SDL_VIDEODRIVER" = "wayland";
|
"SDL_VIDEODRIVER" = "wayland";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.package = pkgs.nixUnstable;
|
||||||
|
nix.extraOptions = ''
|
||||||
|
experimental-options = nix-command flakes ca-references
|
||||||
|
'';
|
||||||
|
|
||||||
# TODO: Move into modules
|
# TODO: Move into modules
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
|
Loading…
Reference in New Issue
Block a user