Compare commits

..

No commits in common. "f9189467239d5b6ee36cd009ae6276db5f71893a" and "bbf68b7654e845b684a03e6d6a5fe87a931f0223" have entirely different histories.

2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -1192,10 +1192,10 @@
"nixpkgs": "nixpkgs_12"
},
"locked": {
"lastModified": 1769795109,
"narHash": "sha256-/BejBIiwZiAH5OQghBkMCouEEoVS/6UkNLY5A/nb9/U=",
"lastModified": 1769621096,
"narHash": "sha256-qKR+FBbXsyAHXeLKLJ5HsBUwamCCLWBHI28uKj/SURY=",
"ref": "refs/heads/master",
"rev": "719ef7a115786d749464f6faeba5aeae5af9e764",
"rev": "3b31789a36db77a08af94365d355b70bfb25a7d2",
"revCount": 53,
"type": "git",
"url": "https://git.sajenim.dev/jasmine/xmonad-config.git"

View file

@ -30,8 +30,8 @@
inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.default
]
# Install jetbrains IDEs with plugins
++ (with inputs.nix-jetbrains-plugins.lib; [
(buildIdeWithPlugins pkgs "idea" [
++ (with inputs.nix-jetbrains-plugins.lib."${pkgs.stdenv.hostPlatform.system}"; [
(buildIdeWithPlugins pkgs.jetbrains "idea" [
"IdeaVIM"
"gruvbox-material-dark"
])