This commit is contained in:
atagen 2024-12-05 13:09:38 +11:00
parent c470c63ab2
commit bafb226314
15 changed files with 443 additions and 179 deletions

View file

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