add okteta
and hoppscotch
This commit is contained in:
parent
3c81523cb0
commit
71072554e7
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue