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;