fix containers and mullvad

This commit is contained in:
atagen 2024-08-15 12:19:55 +10:00
parent f623faa0ef
commit c8ee397794
20 changed files with 370 additions and 115 deletions

View file

@ -1,11 +1,14 @@
{...}: {
{pkgs, ...}: {
imports = [
../util/flatpak.nix
];
home.packages = with pkgs; [
libreoffice
];
flatpaks = [
"md.obsidian.Obsidian"
"com.logseq.Logseq"
"org.libreoffice.LibreOffice"
# "org.libreoffice.LibreOffice"
"com.jgraph.drawio.desktop"
];
}