From b96ac73e1a4bce6c4dd1d0f1227604566cdb69a4 Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Wed, 28 Jan 2026 22:08:09 +0100 Subject: [PATCH] Add jetbrains toolsbox --- systems/modules/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/modules/common.nix b/systems/modules/common.nix index 744af04..f60cf5b 100644 --- a/systems/modules/common.nix +++ b/systems/modules/common.nix @@ -10,6 +10,7 @@ environment.systemPackages = with pkgs; [ gnumake git + jetbrains-toolbox ]; security.rtkit.enable = true;