gui: allow old electron for obsidian
This commit is contained in:
parent
7631785338
commit
fa4c4a01d4
@ -52,6 +52,11 @@ in with lib; {
|
||||
|
||||
sound.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-18.1.0" # obsidian
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
brave
|
||||
vlc
|
||||
|
Loading…
Reference in New Issue
Block a user