Home: Add anytype (flatpak)
This commit is contained in:
@ -352,6 +352,7 @@ rec {
|
||||
AusweisApp2
|
||||
thunderbird # TODO: Email module
|
||||
obsidian
|
||||
# anytype # Use flatpak
|
||||
helvum
|
||||
|
||||
# Office
|
||||
@ -622,6 +623,7 @@ rec {
|
||||
|
||||
# "com.google.Chrome"
|
||||
# "md.obsidian.Obsidian" # NOTE: Installed via package
|
||||
"io.anytype.anytype"
|
||||
];
|
||||
|
||||
uninstallUnmanaged = true;
|
||||
@ -647,6 +649,12 @@ rec {
|
||||
GTK_THEME = "Adwaita:light";
|
||||
};
|
||||
};
|
||||
|
||||
"io.anytype.anytype".Context = {
|
||||
filesystems = [
|
||||
"${config.home.homeDirectory}"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user