diff --git a/hosts/hape/configuration.nix b/hosts/hape/configuration.nix index e90733b..2c18d2b 100644 --- a/hosts/hape/configuration.nix +++ b/hosts/hape/configuration.nix @@ -6,17 +6,10 @@ }: let inherit (lib.attrsets) attrValues; in { - systemd.oomd = { - enable = true; - enableUserServices = true; - }; - programs.dconf.enable = true; security.sudo.package = pkgs.sudo.override { withInsults = true; }; - programs.zsh.enable = true; - environment.sessionVariables = { CHROME_EXECUTABLE = "${pkgs.ungoogled-chromium}/bin/chromium"; };