nixos/modules/home/profiles/gaming-pc.nix

13 lines
316 B
Nix
Raw Permalink Normal View History

{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"
];
}