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 pavucontrol
anki-bin anki-bin
tomato-c tomato-c
obsidian-wayland
virt-manager virt-manager
qbittorrent qbittorrent
miru miru

View file

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

View file

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