flatpak: patch electrons under wayland

This commit is contained in:
js0ny 2025-11-21 13:35:32 +00:00
parent 1e55d81961
commit 735935627d
9 changed files with 103 additions and 30 deletions

View file

@ -0,0 +1,24 @@
{
lib,
pkgs,
...
}: {
home.sessionPath = ["/opt/homebrew/bin"];
programs.nh = {
enable = true;
flake = "/Users/js0ny/.dotfiles/nixcfgs";
clean = {
enable = true;
dates = "weekly";
extraArgs = "--keep 5 --keep-since 3d";
};
};
xdg.desktopEntries = lib.mkForce {};
i18n.inputMethod.enable = false;
programs.ghostty.systemd.enable = false;
programs.ghostty.package = pkgs.ghostty-bin;
}