disable jetbrains-idea, matrix and tox

This commit is contained in:
Dmitriy Pleshevskiy 2024-10-19 18:47:41 +03:00
parent 9e7589ee36
commit 314c30bcab
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
2 changed files with 0 additions and 13 deletions

View file

@ -58,8 +58,6 @@
};
};
local.programs.editors.jetbrains-idea.enable = true;
containers.games = {
autoStart = true;
bindMounts = {

View file

@ -102,17 +102,6 @@
local.programs.aerc.enable = lib.mkDefault true;
local.programs.communication = {
matrix = {
enable = lib.mkDefault false;
package = pkgs.unstable.nheko;
};
tox = {
enable = lib.mkDefault true;
package = pkgs.unstable.qtox;
};
};
local.programs.dev-tools = {
base.enable = lib.mkDefault true;
nix.enable = lib.mkDefault true;