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

@ -140,16 +140,17 @@
python-lsp-server python-lsp-server
pip pip
virtualenv virtualenv
wxpython
] ]
)) ))
telegram-desktop
jadx
]; ];
programs.waybar.enable = true; programs.waybar.enable = true;
programs.feh.enable = true; programs.feh.enable = true;
services.mako = { services.mako = {
enable = true; enable = false;
backgroundColor = "#1a1a1a"; backgroundColor = "#1a1a1a";
defaultTimeout = 5000; defaultTimeout = 5000;
borderSize = 0; borderSize = 0;

View file

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