{ config, pkgs, ... }: { imports = [ ./file-roller.nix ]; nixpkgs.config.permittedInsecurePackages = [ # Required for neochat "olm-3.2.16" "dotnet-sdk-6.0.428" "dotnet-runtime-6.0.36" ]; users.users.yoda = { packages = with pkgs; [ # Preinstalled # kdePackages.ark # Archive manager # kdePackages.kate # Text editor, e.g. Markdown # kdePackages.gwenview # Image viewer asdf # # KAccounts system # kdePackages.kaccounts-providers # Online account providers kdePackages.kaccounts-integration # Plasma integration components # # Dolphin additions # kdePackages.dolphin-plugins # Syncthing tray application and # Dolphin + Plasma integration syncthingtray kdePackages.kgpg # GnuPG GUI kdePackages.kleopatra # Encryption keys, encryped files kdePackages.kalk # Calculator #unstable.kdePackages.falkon # Web browser. Built-in ad blocking. #kdePackages.konqueror # Web browser and file manager. Ad filter lists difficutl to set up. #kdePackages.angelfish # Web browser. Built-in ad blocking. kdePackages.francis # Pomodoro timer. kdePackages.ktimer # Timer kdePackages.kalarm # Timer kdePackages.kclock # Timer and clock kdePackages.ktorrent # BitTorrent client kdePackages.neochat # Matrix chat client kdePackages.plasmatube # YouTube client. kdePackages.tokodon # Fediverse client. #unstable.kdePackages.marble # Maps # Kontact suite # https://kontact.kde.org/ # kdePackages.kontact # kdePackages.kmail # email # kdePackages.kaddressbook # Contacts # kdePackages.korganizer # Calendar and tasks # kdePackages.akregator # RSS feed reader #libsForQt5.plasma-phonebook Contacts #kdePackages.calindori # Calendar # https://github.com/KDE/merkuro # mekuro-calendar # mekuro-contact # mekuro-mail kdePackages.merkuro # App suite (email, calendar, contacts, tasks) unstable.karp # Arrange PDF files # # Kate additions # # KPart to render Markdown # https://invent.kde.org/utilities/markdownpart # KPart: Plugin framework for user interface components # https://api.kde.org/frameworks/kparts/html/index.html kdePackages.markdownpart # Markdown writing assistance (LSP protocol) # E.g. for wiki-links "[[other-doc.md]]" # https://docs.zettlr.com/en/academic/zkn-method/#internal-linking marksman ]; }; }