[Desktop] Add some packages, including discover and packagekit

This commit is contained in:
Antoine Viallon 2022-03-06 16:42:30 +01:00
parent 3afeb9eab0
commit 017666f5b2
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -188,11 +188,22 @@ in {
yakuake
pinentry-qt
plasma-pa
ark.override {
( ark.override {
unfreeEnableUnrar = true;
}
} )
p7zip
vlc
packagekit-qt
discover
];
services.packagekit = {
enable = true;
};
aviallon.programs.allowUnfreeList = [
"unrar"
"ark"
];
networking.networkmanager = {