mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
profile/desktop-apps: upgrade ghostwriter to qt6
This commit is contained in:
parent
ebd281997f
commit
5b6de2a1c2
1 changed files with 1 additions and 1 deletions
|
@ -16,12 +16,12 @@ in
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
evince
|
evince
|
||||||
firefox
|
firefox
|
||||||
ghostwriter
|
|
||||||
(gimp-with-plugins.override {
|
(gimp-with-plugins.override {
|
||||||
plugins = with gimpPlugins; [
|
plugins = with gimpPlugins; [
|
||||||
# resynthesizer # disabled because broken with python3
|
# resynthesizer # disabled because broken with python3
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
kdePackages.ghostwriter
|
||||||
keepassxc
|
keepassxc
|
||||||
libreoffice
|
libreoffice
|
||||||
(mpv.override {
|
(mpv.override {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue