Desktop updates

This commit is contained in:
Greg Hellings
2023-01-22 00:00:51 -06:00
parent b5ecc6efb7
commit f42fad1bdf
4 changed files with 35 additions and 17 deletions
+11
View File
@@ -4,6 +4,17 @@
# Enable flakes
nix = {
package = pkgs.nixFlakes;
buildMachines = [
{
hostName = "dns.me.ts";
system = "aarch64-linux";
}
{
hostName = "jude.me.ts";
system = "x86_64-linux";
}
];
settings = {
experimental-features = "nix-command flakes";