add obsidian
This commit is contained in:
parent
a9f77a1b2b
commit
035cf0e555
@ -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;
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user