mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Packages + Desktop] Add many packages good for default desktop use
This commit is contained in:
parent
3d55cc1894
commit
fb7a18db3e
2 changed files with 8 additions and 1 deletions
|
|
@ -188,8 +188,11 @@ in {
|
||||||
yakuake
|
yakuake
|
||||||
pinentry-qt
|
pinentry-qt
|
||||||
plasma-pa
|
plasma-pa
|
||||||
ark
|
ark.override {
|
||||||
|
unfreeEnableUnrar = true;
|
||||||
|
}
|
||||||
p7zip
|
p7zip
|
||||||
|
vlc
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.networkmanager = {
|
networking.networkmanager = {
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,10 @@ in
|
||||||
rsyncOptimized
|
rsyncOptimized
|
||||||
htop
|
htop
|
||||||
cachix
|
cachix
|
||||||
|
psmisc # killall, etc.
|
||||||
|
par2cmdline # .par2 archive verification
|
||||||
|
schedtool
|
||||||
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.ssh.package = pkgs.opensshOptimized;
|
programs.ssh.package = pkgs.opensshOptimized;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue