shuffle some prefs
This commit is contained in:
parent
3192b6ca09
commit
83f64681fd
23 changed files with 89 additions and 68 deletions
18
home/modules/documents.nix
Normal file
18
home/modules/documents.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
../util/flatpak.nix
|
||||
];
|
||||
flatpaks = [
|
||||
{
|
||||
name = "md.obsidian.Obsidian";
|
||||
overrides = {
|
||||
Environment = {
|
||||
OBSIDIAN_DISABLE_GPU = "1";
|
||||
};
|
||||
};
|
||||
}
|
||||
# "org.onlyoffice.desktopeditors"
|
||||
"org.libreoffice.LibreOffice"
|
||||
"com.jgraph.drawio.desktop"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue