mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
17 lines
294 B
Nix
17 lines
294 B
Nix
{ 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";
|
|
})
|
|
];
|