Compare commits
4 commits
bbf68b7654
...
f918946723
| Author | SHA1 | Date | |
|---|---|---|---|
| f918946723 | |||
| 804c272ae7 | |||
| dac743a7c0 | |||
| c998c99bfc |
2 changed files with 5 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -1192,10 +1192,10 @@
|
|||
"nixpkgs": "nixpkgs_12"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1769621096,
|
||||
"narHash": "sha256-qKR+FBbXsyAHXeLKLJ5HsBUwamCCLWBHI28uKj/SURY=",
|
||||
"lastModified": 1769795109,
|
||||
"narHash": "sha256-/BejBIiwZiAH5OQghBkMCouEEoVS/6UkNLY5A/nb9/U=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "3b31789a36db77a08af94365d355b70bfb25a7d2",
|
||||
"rev": "719ef7a115786d749464f6faeba5aeae5af9e764",
|
||||
"revCount": 53,
|
||||
"type": "git",
|
||||
"url": "https://git.sajenim.dev/jasmine/xmonad-config.git"
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@
|
|||
inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
]
|
||||
# Install jetbrains IDEs with plugins
|
||||
++ (with inputs.nix-jetbrains-plugins.lib."${pkgs.stdenv.hostPlatform.system}"; [
|
||||
(buildIdeWithPlugins pkgs.jetbrains "idea" [
|
||||
++ (with inputs.nix-jetbrains-plugins.lib; [
|
||||
(buildIdeWithPlugins pkgs "idea" [
|
||||
"IdeaVIM"
|
||||
"gruvbox-material-dark"
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue