mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
feat(obsidian): switch to flatpak version
This commit is contained in:
parent
b24db9f73a
commit
6e88dd69a8
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
programs.obsidian.enable = true;
|
||||
}
|
|
@ -7,6 +7,7 @@
|
|||
"org.vinegarhq.Sober"
|
||||
"org.vinegarhq.Vinegar"
|
||||
"com.spotify.Client"
|
||||
"md.obsidian.Obsidian"
|
||||
];
|
||||
overrides = {
|
||||
"org.vinegarhq.Sober".Context = {
|
||||
|
@ -15,6 +16,12 @@
|
|||
"xdg-run/discord-ipc-0"
|
||||
];
|
||||
};
|
||||
"md.obsidian.Obsidian".Context = {
|
||||
filesystems = [
|
||||
"home"
|
||||
"/data/Backup/Obsidian"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue