mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop] Add some packages, including discover and packagekit
This commit is contained in:
parent
3afeb9eab0
commit
017666f5b2
1 changed files with 13 additions and 2 deletions
15
desktop.nix
15
desktop.nix
|
|
@ -188,11 +188,22 @@ in {
|
||||||
yakuake
|
yakuake
|
||||||
pinentry-qt
|
pinentry-qt
|
||||||
plasma-pa
|
plasma-pa
|
||||||
ark.override {
|
( ark.override {
|
||||||
unfreeEnableUnrar = true;
|
unfreeEnableUnrar = true;
|
||||||
}
|
} )
|
||||||
p7zip
|
p7zip
|
||||||
vlc
|
vlc
|
||||||
|
packagekit-qt
|
||||||
|
discover
|
||||||
|
];
|
||||||
|
|
||||||
|
services.packagekit = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
aviallon.programs.allowUnfreeList = [
|
||||||
|
"unrar"
|
||||||
|
"ark"
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.networkmanager = {
|
networking.networkmanager = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue