mirror of
https://codeberg.org/privacy1st/nix-git
synced 2025-01-08 04:47:18 +01:00
kde plasma6
This commit is contained in:
parent
2b964d2373
commit
acc4535638
@ -43,7 +43,7 @@
|
||||
#../../modules/programs-gnome.nix
|
||||
|
||||
../../modules/programs-base.nix
|
||||
#../../modules/programs.nix
|
||||
../../modules/programs.nix
|
||||
../../modules/flatpak.nix
|
||||
../../modules/rnote.nix
|
||||
../../modules/ausweisapp.nix
|
||||
|
@ -38,9 +38,9 @@
|
||||
#
|
||||
# Optional packages: https://github.com/NixOS/nixpkgs/blob/88195a94f390381c6afcdaa933c2f6ff93959cb4/nixos/modules/services/desktop-managers/plasma6.nix#L157-L180
|
||||
#
|
||||
# environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
# konsole
|
||||
# ];
|
||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
krdp # Remote Desktop Protocol (RDP)
|
||||
];
|
||||
|
||||
# GNOME desktop integration.
|
||||
# https://wiki.nixos.org/wiki/KDE#GNOME_desktop_integration
|
||||
|
@ -17,6 +17,9 @@
|
||||
# kdePackages.ark # Archive manager
|
||||
# kdePackages.kate # Text editor, e.g. Markdown
|
||||
# kdePackages.gwenview # Image viewer
|
||||
# kdePackages.dolphin-plugins
|
||||
# kdePackages.okular # Document (PDF) viewer
|
||||
# kdePackages.elisa # Music player
|
||||
|
||||
# https://apps.kde.org/
|
||||
|
||||
@ -26,11 +29,6 @@
|
||||
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
|
||||
@ -48,17 +46,20 @@
|
||||
kdePackages.kclock # Timer and clock
|
||||
kdePackages.ktorrent # BitTorrent client
|
||||
kdePackages.neochat # Matrix chat client
|
||||
kdePackages.plasmatube # YouTube client.
|
||||
#kdePackages.plasmatube # YouTube client (Invidious, Piped).
|
||||
kdePackages.tokodon # Fediverse client.
|
||||
#unstable.kdePackages.marble # Maps
|
||||
|
||||
rssguard # Rss feed reader with Nextcloud News support.
|
||||
#trojita # email
|
||||
|
||||
# Kontact suite
|
||||
# https://kontact.kde.org/
|
||||
# kdePackages.kontact
|
||||
# kdePackages.kmail # email
|
||||
# kdePackages.kaddressbook # Contacts
|
||||
# kdePackages.korganizer # Calendar and tasks
|
||||
# kdePackages.akregator # RSS feed reader
|
||||
kdePackages.kontact # Container application for the apps below
|
||||
kdePackages.kmail # email
|
||||
kdePackages.kaddressbook # Contacts
|
||||
kdePackages.korganizer # Calendar and tasks
|
||||
#kdePackages.akregator # RSS feed reader. Does not support Nextcloud News.
|
||||
|
||||
#libsForQt5.plasma-phonebook Contacts
|
||||
#kdePackages.calindori # Calendar
|
||||
@ -67,7 +68,8 @@
|
||||
# mekuro-calendar
|
||||
# mekuro-contact
|
||||
# mekuro-mail
|
||||
kdePackages.merkuro # App suite (email, calendar, contacts, tasks)
|
||||
# - Can't disable HTML view / switch to plain text view -> Tracking images are loaded!
|
||||
#kdePackages.merkuro # App suite (email, calendar, contacts, tasks)
|
||||
|
||||
unstable.karp # Arrange PDF files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user