install telegram and jadx, disable mako, re-enable virtualisation stuff
This commit is contained in:
parent
6a2020e24b
commit
5efe1463a3
2 changed files with 8 additions and 4 deletions
|
@ -140,16 +140,17 @@
|
|||
python-lsp-server
|
||||
pip
|
||||
virtualenv
|
||||
wxpython
|
||||
]
|
||||
))
|
||||
telegram-desktop
|
||||
jadx
|
||||
];
|
||||
|
||||
programs.waybar.enable = true;
|
||||
programs.feh.enable = true;
|
||||
|
||||
services.mako = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
backgroundColor = "#1a1a1a";
|
||||
defaultTimeout = 5000;
|
||||
borderSize = 0;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue