flatpak stuff for personal apps

This commit is contained in:
2026-07-03 16:43:09 -05:00
parent 9e4ed6a05a
commit 9415b4b485
2 changed files with 11 additions and 0 deletions
+10
View File
@@ -4,4 +4,14 @@
home.packages = with pkgs; [
steam
];
services.flatpak = {
enable = true;
packages = [
"dev.vencord.Vesktop"
"im.fluffychat.Fluffychat"
"org.videolan.VLC"
];
}
}