Compare commits

...

2 commits

Author SHA1 Message Date
c989a00fd6
sequoia: Change nix-darwin stateVersion to 6 2025-02-18 03:11:29 -06:00
4019e1c598
cyclone: Add Prism launcher 2025-02-18 03:11:03 -06:00
2 changed files with 4 additions and 1 deletions

View file

@ -26,7 +26,7 @@
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = 4;
system.stateVersion = 6;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-darwin";

View file

@ -95,6 +95,9 @@
environment.systemPackages = with pkgs; [
cider
discord
(prismlauncher.override {
jdks = [ pkgs.jdk23 ];
})
vscode
];