universeair: update darwin deps & stats

This commit is contained in:
2025-09-03 15:43:54 -04:00
parent 8d71ea5657
commit de51bbadaa
2 changed files with 10 additions and 1 deletions

View File

@@ -84,7 +84,7 @@
overlays.emacs
])
modules.home-manager-darwin
lix-module.nixosModules.default
# lix-module.nixosModules.default
];
};
};

View File

@@ -71,6 +71,11 @@ in
nixpkgs.overlays = [
(final: prev: {
ssw = prev.ssw.overrideAttrs (old: {
meta = old.meta // {
platforms = final.lib.platforms.unix;
};
});
skia-aseprite = prev.skia-aseprite.overrideAttrs (old: {
postPatch = (old.postPatch or "") + ''
sed -i -e 's/"-march=armv7-a",//g' gn/skia/BUILD.gn
@@ -159,6 +164,9 @@ in
texliveFull
wget
# stats:
pspp
#xquartz
kitty
@@ -224,4 +232,5 @@ in
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = 4;
system.primaryUser = "universelaptop";
}