diff --git a/flake.nix b/flake.nix index 6cd2372..5396e40 100644 --- a/flake.nix +++ b/flake.nix @@ -84,7 +84,7 @@ overlays.emacs ]) modules.home-manager-darwin - lix-module.nixosModules.default + # lix-module.nixosModules.default ]; }; }; diff --git a/machines/universeair/configuration.nix b/machines/universeair/configuration.nix index 104c437..f3e5ba3 100644 --- a/machines/universeair/configuration.nix +++ b/machines/universeair/configuration.nix @@ -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"; }