Host platform in config

This commit is contained in:
TheWanderingCrow 2024-09-25 07:09:33 -04:00
parent cd7895ac96
commit fbb3b5f4da

View file

@ -18,6 +18,8 @@
];
};
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
packages.gui.enable = false;
packages.wayland.enable = false;