Apps: replace Shotwell with digiKam
This commit is contained in:
parent
12ef75e7f0
commit
a32aa34266
|
@ -26,7 +26,10 @@ in
|
||||||
];
|
];
|
||||||
ui.flatpak = {
|
ui.flatpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
packages = [ "com.vscodium.codium" ];
|
packages = [
|
||||||
|
"com.vscodium.codium"
|
||||||
|
"org.gnome.gitg"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -58,8 +58,7 @@ in
|
||||||
"org.gnome.Evolution"
|
"org.gnome.Evolution"
|
||||||
"org.gnome.FileRoller"
|
"org.gnome.FileRoller"
|
||||||
"org.gnome.Firmware"
|
"org.gnome.Firmware"
|
||||||
"org.gnome.gitg"
|
"org.gnome.Loupe"
|
||||||
"org.gnome.Loupe" # Gnome's fancy new image viewer
|
|
||||||
"org.gnome.Music"
|
"org.gnome.Music"
|
||||||
"org.gnome.seahorse.Application"
|
"org.gnome.seahorse.Application"
|
||||||
"org.gnome.TextEditor"
|
"org.gnome.TextEditor"
|
||||||
|
|
Loading…
Reference in a new issue