2024-05-16 00:13:09 -05:00
|
|
|
{pkgs, settings, ...}:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./desktop.nix
|
|
|
|
];
|
2024-08-12 17:07:50 -05:00
|
|
|
services.flatpak.packages = [
|
|
|
|
"flathub:app/org.kde.kdenlive/x86_64/stable"
|
|
|
|
"flathub:app/org.mozilla.Thunderbird/x86_64/stable"
|
|
|
|
"flathub:app/com.calibre_ebook.calibre/x86_64/stable"
|
|
|
|
"flathub:app/org.blender.Blender/x86_64/stable"
|
|
|
|
];
|
2024-05-16 00:13:09 -05:00
|
|
|
}
|