add intellij, add discord

This commit is contained in:
2023-10-28 13:48:51 +02:00
parent 2bd9025c69
commit 2384dc11a9
3 changed files with 42 additions and 5 deletions

View File

@@ -1,8 +1,16 @@
{ pkgs }:
let
nixTools = with pkgs; [
{ pkgs }: with pkgs; [
cachix
lorri
# chat apps
(discord.override {
withOpenASAR = true;
withVencord = true;
})
# development
(import ./packages/intellij.nix { inherit pkgs;
version = "2023.2.4";
build = "232.10203.10";
})
];
in nixTools