mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
flatpak: patch electrons under wayland
This commit is contained in:
parent
1e55d81961
commit
735935627d
9 changed files with 103 additions and 30 deletions
24
nixcfgs/modules/home/darwin.nix
Normal file
24
nixcfgs/modules/home/darwin.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue