chore: remove obsidian

This commit is contained in:
notohh 2024-05-29 10:30:02 -04:00
parent 2e542fc496
commit 45632af2cd
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 1 additions and 8 deletions

View file

@ -30,7 +30,6 @@
pavucontrol
anki-bin
tomato-c
obsidian-wayland
virt-manager
qbittorrent
miru

View file

@ -14,10 +14,7 @@
];
config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-24.8.6"
"electron-25.9.0"
];
permittedInsecurePackages = [];
};
};

View file

@ -1,9 +1,6 @@
{lib, ...}: {
nixpkgs = {
overlays = [
(final: prev: {
obsidian-wayland = prev.obsidian.override {electron = final.electron_24;};
})
(final: prev: {
spotify-player = prev.spotify-player.overrideAttrs (old: rec {
pname = "spotify-player";