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 5eaca8b commit cc5eee7
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions modules/nixos/services/earlyoom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,25 @@ 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 "|" [
Expand All @@ -49,6 +57,7 @@ in
".*.exe"
"java.*"
"pipewire(.*)"
"nix"
];
in
[
Expand Down

0 comments on commit cc5eee7

Please sign in to comment.