disable jetbrains-idea, matrix and tox
This commit is contained in:
parent
9e7589ee36
commit
314c30bcab
2 changed files with 0 additions and 13 deletions
|
@ -58,8 +58,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
local.programs.editors.jetbrains-idea.enable = true;
|
|
||||||
|
|
||||||
containers.games = {
|
containers.games = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
bindMounts = {
|
bindMounts = {
|
||||||
|
|
|
@ -102,17 +102,6 @@
|
||||||
|
|
||||||
local.programs.aerc.enable = lib.mkDefault true;
|
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 = {
|
local.programs.dev-tools = {
|
||||||
base.enable = lib.mkDefault true;
|
base.enable = lib.mkDefault true;
|
||||||
nix.enable = lib.mkDefault true;
|
nix.enable = lib.mkDefault true;
|
||||||
|
|
Loading…
Reference in a new issue