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