wip: prepare for nix

This commit is contained in:
Fabio Lenherr / DashieTM 2024-04-14 14:43:43 +02:00
parent 79ed239d07
commit 6671b54dd2
32 changed files with 1282 additions and 43 deletions

17
nix/programs/flatpak.nix Normal file
View file

@ -0,0 +1,17 @@
{...}: {
services.flatpak.remotes = {
"flathub" = "https://dl.flathub.org/repo/flathub.flatpakrepo";
};
services.flatpak.packages = [
"flathub:app/com.github.tchx84.Flatseal//stable"
"flathub:app/dev.vencord.Vesktop//stable"
"flathub:app/com.rustdesk.RustDesk//stable"
"flathub:app/io.github.Foldex.AdwSteamGtk//stable"
"flathub:app/io.github.Foldex.AdwSteamGtk//stable"
"flathub:app/org.gnome.dspy//stable"
"flathub:app/org.onlyoffice.desktopeditors//stable"
"flathub:app/org.gtk.Gtk3theme.adw-gtk3//stable"
"flathub:app/com.brave.Browser//stable"
];
}