Compare commits

..

No commits in common. "f2efe0226b5be09dceaf3dcd2e68ab4b7c6bebcb" and "7d80b0ad871567ce8cb855b6a74b56f5c9da5974" have entirely different histories.

3 changed files with 2 additions and 5 deletions

View file

@ -34,7 +34,7 @@
signal-desktop
pavucontrol
vscodium-fhs
obsidian-wayland
obsidian
supersonic-wayland
jellyfin-mpv-shim
unzip

View file

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

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";