From 0ab12a9f4abf6277cb92338fa36f90786f3f82f7 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 3 Mar 2024 16:49:53 +0100 Subject: [PATCH] It's a home manager option oops --- home-manager/hosts/GLaDOS/lillian.nix | 5 +++++ nixos/hosts/GLaDOS/configuration.nix | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/home-manager/hosts/GLaDOS/lillian.nix b/home-manager/hosts/GLaDOS/lillian.nix index 8558582..58eac07 100644 --- a/home-manager/hosts/GLaDOS/lillian.nix +++ b/home-manager/hosts/GLaDOS/lillian.nix @@ -27,6 +27,11 @@ r2modman ]; + programs.mangohud = { + enable = true; + enableSessionWide = true; + }; + # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion home.stateVersion = "24.05"; } diff --git a/nixos/hosts/GLaDOS/configuration.nix b/nixos/hosts/GLaDOS/configuration.nix index 426ff2e..c7dff7e 100644 --- a/nixos/hosts/GLaDOS/configuration.nix +++ b/nixos/hosts/GLaDOS/configuration.nix @@ -67,11 +67,6 @@ }; }; - programs.mangohud = { - enable = true; - enableSessionWide = true; - }; - boot.loader.systemd-boot.enable = lib.mkForce false; boot.lanzaboote = {