Tidy up vim config and Flake update

This commit is contained in:
Greg Hellings
2025-10-02 23:06:58 -05:00
parent f7346b6e8d
commit 701090d10a
6 changed files with 49 additions and 47 deletions
+4 -1
View File
@@ -35,7 +35,10 @@
};
};
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
nix.settings = {
extra-platforms = config.boot.binfmt.emulatedSystems;
system-features = [ "gccarch-x86-64-v3" ];
};
networking = {
hostName = "exodus";