mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 07:38:19 +01:00
laptop: add bunch of KDE packages and kdiskmark
This commit is contained in:
parent
3386acbc11
commit
1ab7506d55
1 changed files with 15 additions and 0 deletions
|
|
@ -262,6 +262,13 @@ in
|
|||
# programs.partition-manager.enable = true;
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
programs.kde-pim = {
|
||||
enable = true;
|
||||
kmail = true;
|
||||
kontact = true;
|
||||
merkuro = true;
|
||||
};
|
||||
|
||||
programs.adb.enable = true;
|
||||
|
||||
# Steam
|
||||
|
|
@ -356,6 +363,12 @@ in
|
|||
|
||||
kdePackages.kaccounts-providers
|
||||
kdePackages.kaccounts-integration
|
||||
kdePackages.qtwebengine
|
||||
kdePackages.pimcommon
|
||||
kdePackages.libkdepim
|
||||
kdePackages.calendarsupport
|
||||
kdePackages.kdepim-addons
|
||||
kdePackages.akonadi-import-wizard
|
||||
|
||||
git
|
||||
git-crypt
|
||||
|
|
@ -373,6 +386,8 @@ in
|
|||
# graalvm17-ce
|
||||
distrobox
|
||||
|
||||
kdiskmark
|
||||
|
||||
(let base = pkgs.appimageTools.defaultFhsEnvArgs; in
|
||||
pkgs.buildFHSEnv (base // {
|
||||
name = "fhs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue