From 0cc5bb9a60ef64b115a7c40d98a9ed0596e9f02e Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 3 Mar 2024 16:48:18 +0100 Subject: [PATCH] Enable mangohud on GLaDOS too --- nixos/hosts/GLaDOS/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/hosts/GLaDOS/configuration.nix b/nixos/hosts/GLaDOS/configuration.nix index c7dff7e..426ff2e 100644 --- a/nixos/hosts/GLaDOS/configuration.nix +++ b/nixos/hosts/GLaDOS/configuration.nix @@ -67,6 +67,11 @@ }; }; + programs.mangohud = { + enable = true; + enableSessionWide = true; + }; + boot.loader.systemd-boot.enable = lib.mkForce false; boot.lanzaboote = {