universeair: update darwin deps & stats
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
overlays.emacs
|
overlays.emacs
|
||||||
])
|
])
|
||||||
modules.home-manager-darwin
|
modules.home-manager-darwin
|
||||||
lix-module.nixosModules.default
|
# lix-module.nixosModules.default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -71,6 +71,11 @@ in
|
|||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
|
ssw = prev.ssw.overrideAttrs (old: {
|
||||||
|
meta = old.meta // {
|
||||||
|
platforms = final.lib.platforms.unix;
|
||||||
|
};
|
||||||
|
});
|
||||||
skia-aseprite = prev.skia-aseprite.overrideAttrs (old: {
|
skia-aseprite = prev.skia-aseprite.overrideAttrs (old: {
|
||||||
postPatch = (old.postPatch or "") + ''
|
postPatch = (old.postPatch or "") + ''
|
||||||
sed -i -e 's/"-march=armv7-a",//g' gn/skia/BUILD.gn
|
sed -i -e 's/"-march=armv7-a",//g' gn/skia/BUILD.gn
|
||||||
@@ -159,6 +164,9 @@ in
|
|||||||
texliveFull
|
texliveFull
|
||||||
wget
|
wget
|
||||||
|
|
||||||
|
# stats:
|
||||||
|
pspp
|
||||||
|
|
||||||
#xquartz
|
#xquartz
|
||||||
kitty
|
kitty
|
||||||
|
|
||||||
@@ -224,4 +232,5 @@ in
|
|||||||
# Used for backwards compatibility, please read the changelog before changing.
|
# Used for backwards compatibility, please read the changelog before changing.
|
||||||
# $ darwin-rebuild changelog
|
# $ darwin-rebuild changelog
|
||||||
system.stateVersion = 4;
|
system.stateVersion = 4;
|
||||||
|
system.primaryUser = "universelaptop";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user