feat(home): Upgrade Jetbrains

This commit is contained in:
punkfairie 2025-02-25 20:12:14 -08:00
parent fde723022c
commit 88b067c1fe
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 23 additions and 0 deletions

View file

@ -503,6 +503,22 @@
"type": "github" "type": "github"
} }
}, },
"jetbrains-latest": {
"locked": {
"lastModified": 1739545246,
"narHash": "sha256-WNl3bhVregeytmN3p71D5ukUZFwNoQhQI1Sr1biNEuk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0173155bc5bcc5692f371d49d3a5365d496d8da0",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0173155bc5bcc5692f371d49d3a5365d496d8da0",
"type": "github"
}
},
"libpng": { "libpng": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -841,6 +857,7 @@
"inputs": { "inputs": {
"darwin": "darwin", "darwin": "darwin",
"home-manager": "home-manager", "home-manager": "home-manager",
"jetbrains-latest": "jetbrains-latest",
"lix": "lix", "lix": "lix",
"marleyvim": "marleyvim", "marleyvim": "marleyvim",
"nixgl": "nixgl", "nixgl": "nixgl",

View file

@ -102,5 +102,8 @@
url = "git+https://codewith.babesonthe.net/punkfairie/rofi-themes"; url = "git+https://codewith.babesonthe.net/punkfairie/rofi-themes";
flake = false; flake = false;
}; };
# Updated PHPStorm bc updating currently messes up hyprland
jetbrains-latest.url = "github:nixos/nixpkgs/0173155bc5bcc5692f371d49d3a5365d496d8da0";
}; };
} }

View file

@ -0,0 +1,3 @@
{channels, ...}: final: prev: {
inherit (channels.jetbrains-latest) jetbrains jetbrains-toolbox;
}