Compare commits
3 commits
7d80b0ad87
...
f2efe0226b
Author | SHA1 | Date | |
---|---|---|---|
f2efe0226b | |||
c31a7e804f | |||
7f88cec2f8 |
3 changed files with 5 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
signal-desktop
|
||||
pavucontrol
|
||||
vscodium-fhs
|
||||
obsidian
|
||||
obsidian-wayland
|
||||
supersonic-wayland
|
||||
jellyfin-mpv-shim
|
||||
unzip
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
"electron-24.8.6"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{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";
|
||||
|
|
Loading…
Reference in a new issue