add obsidian
This commit is contained in:
parent
a9f77a1b2b
commit
035cf0e555
@ -130,7 +130,10 @@
|
||||
"webhooks.patch"
|
||||
];
|
||||
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.patches = patchesPath [ "zen-kernels.patch" "ydotoold.patch" ] ++ sharedPatches;
|
||||
channels.stable.input = inputs.nixpkgs-stable;
|
||||
|
@ -62,6 +62,7 @@ with config.deviceSpecific; {
|
||||
# libreoffice
|
||||
obs-studio
|
||||
obs-studio-plugins.obs-vkcapture
|
||||
obsidian
|
||||
pinta
|
||||
qbittorrent
|
||||
sonixd
|
||||
@ -92,6 +93,7 @@ with config.deviceSpecific; {
|
||||
".config/kdeconnect"
|
||||
".config/libreoffice"
|
||||
".config/obs-studio"
|
||||
".config/obsidian"
|
||||
".config/pcmanfm"
|
||||
# ".config/Pinta"
|
||||
".config/qBittorrent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user