Skip to content

Commit

Permalink
nixos/services/earlyoom: add more
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Sep 9, 2024
1 parent 7b8f1f0 commit bf2c47c
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions modules/nixos/services/earlyoom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,37 @@ in
let
appsToAvoid = concatStringsSep "|" [
"(h|H)yprland"
"sway"
"foot"
"kitty"
"wezterm"
"Xwayland"
"bash"
"cryptsetup"
"dbus-.*"
"Xwayland"
"foot"
"gpg-agent"
"greetd"
"kitty"
"n?vim"
".*qemu-system.*"
"regreet"
"sddm"
"ssh-agent"
"sshd"
"sway"
"systemd"
"systemd-.*"
"ssh-agent"
"wezterm"
"zsh"
];

appsToPrefer = concatStringsSep "|" [
"Web Content"
"Isolated Web Co"
"chromium.*"
"chrom(e|ium).*"
"firefox.*"
"electron"
".*.exe"
"java.*"
"pipewire(.*)"
"nix"
];
in
[
Expand Down

0 comments on commit bf2c47c

Please sign in to comment.