add obsidian

This commit is contained in:
Dmitriy Kholkin 2024-01-28 20:39:06 +03:00
parent a9f77a1b2b
commit 035cf0e555
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
2 changed files with 6 additions and 1 deletions

View File

@ -130,7 +130,10 @@
"webhooks.patch" "webhooks.patch"
]; ];
sharedOverlays = [ flake-utils-plus.overlay inputs.sops-nix.overlays.default ]; sharedOverlays = [ flake-utils-plus.overlay inputs.sops-nix.overlays.default ];
channelsConfig = { allowUnfree = true; android_sdk.accept_license = true; }; channelsConfig = {
allowUnfree = true; android_sdk.accept_license = true;
permittedInsecurePackages = [ "electron-25.9.0" ];
};
channels.unstable.input = nixpkgs; channels.unstable.input = nixpkgs;
channels.unstable.patches = patchesPath [ "zen-kernels.patch" "ydotoold.patch" ] ++ sharedPatches; channels.unstable.patches = patchesPath [ "zen-kernels.patch" "ydotoold.patch" ] ++ sharedPatches;
channels.stable.input = inputs.nixpkgs-stable; channels.stable.input = inputs.nixpkgs-stable;

View File

@ -62,6 +62,7 @@ with config.deviceSpecific; {
# libreoffice # libreoffice
obs-studio obs-studio
obs-studio-plugins.obs-vkcapture obs-studio-plugins.obs-vkcapture
obsidian
pinta pinta
qbittorrent qbittorrent
sonixd sonixd
@ -92,6 +93,7 @@ with config.deviceSpecific; {
".config/kdeconnect" ".config/kdeconnect"
".config/libreoffice" ".config/libreoffice"
".config/obs-studio" ".config/obs-studio"
".config/obsidian"
".config/pcmanfm" ".config/pcmanfm"
# ".config/Pinta" # ".config/Pinta"
".config/qBittorrent" ".config/qBittorrent"