add okteta and hoppscotch

This commit is contained in:
Seaswimmer 2024-12-06 14:13:03 -05:00
parent 3c81523cb0
commit 71072554e7
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -6,10 +6,13 @@
...
}:
let
kdePackages = with pkgs.kdePackages; [ plasma-browser-integration ];
kdePackages = with pkgs.kdePackages; [
plasma-browser-integration
];
packages = with pkgs; [
bitwarden-desktop
onlyoffice-bin
okteta
krita
ytmdesktop
ktailctl
@ -17,6 +20,7 @@ let
# we install xdg-desktop-portal-gtk so GTK theming works in KDE Plasma
xdg-desktop-portal-gtk
libnotify
hoppscotch
];
flakePackages = with inputs; [ zen-browser.packages.${system}.specific ];
in