feat(home): Upgrade Jetbrains
This commit is contained in:
parent
fde723022c
commit
88b067c1fe
3 changed files with 23 additions and 0 deletions
17
flake.lock
17
flake.lock
|
@ -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",
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
3
overlays/jetbrains/default.nix
Normal file
3
overlays/jetbrains/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{channels, ...}: final: prev: {
|
||||||
|
inherit (channels.jetbrains-latest) jetbrains jetbrains-toolbox;
|
||||||
|
}
|
Loading…
Reference in a new issue