{pkgs, ...}: { nixpkgs.config = { allowUnfree = true; permittedInsecurePackages = [ "electron-24.8.6" ]; }; home.packages = with pkgs; [obsidian-wayland]; }