[Packages + Desktop] Add many packages good for default desktop use

This commit is contained in:
Antoine Viallon 2022-03-05 23:33:42 +01:00
parent 3d55cc1894
commit fb7a18db3e
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 8 additions and 1 deletions

View file

@ -188,8 +188,11 @@ in {
yakuake
pinentry-qt
plasma-pa
ark
ark.override {
unfreeEnableUnrar = true;
}
p7zip
vlc
];
networking.networkmanager = {

View file

@ -70,6 +70,10 @@ in
rsyncOptimized
htop
cachix
psmisc # killall, etc.
par2cmdline # .par2 archive verification
schedtool
python3
];
programs.ssh.package = pkgs.opensshOptimized;