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
|
let
|
||||||
kdePackages = with pkgs.kdePackages; [ plasma-browser-integration ];
|
kdePackages = with pkgs.kdePackages; [
|
||||||
|
plasma-browser-integration
|
||||||
|
];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
onlyoffice-bin
|
onlyoffice-bin
|
||||||
|
okteta
|
||||||
krita
|
krita
|
||||||
ytmdesktop
|
ytmdesktop
|
||||||
ktailctl
|
ktailctl
|
||||||
|
@ -17,6 +20,7 @@ let
|
||||||
# we install xdg-desktop-portal-gtk so GTK theming works in KDE Plasma
|
# we install xdg-desktop-portal-gtk so GTK theming works in KDE Plasma
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
libnotify
|
libnotify
|
||||||
|
hoppscotch
|
||||||
];
|
];
|
||||||
flakePackages = with inputs; [ zen-browser.packages.${system}.specific ];
|
flakePackages = with inputs; [ zen-browser.packages.${system}.specific ];
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue