install telegram and jadx, disable mako, re-enable virtualisation stuff

This commit is contained in:
cy 2025-02-20 01:36:47 -05:00
parent 6a2020e24b
commit 5efe1463a3
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
2 changed files with 8 additions and 4 deletions

View file

@ -178,6 +178,7 @@
wine-wayland
wine64
solaar
gtk3
];
environment.sessionVariables = {
@ -280,8 +281,8 @@
services.tumbler.enable = true;
virtualisation = {
libvirtd.enable = false;
docker.enable = false;
libvirtd.enable = true;
docker.enable = true;
};
programs.virt-manager.enable = false;
@ -342,6 +343,7 @@
libtiff
curl
pcre2
gsettings-desktop-schemas
];
};
programs.evolution.enable = true;
@ -424,4 +426,5 @@
programs.adb.enable = true;
services.envfs.enable = true;
programs.kdeconnect.enable = true;
programs.dconf.enable = true;
}