feat: move mangohud to gaming module system module.

This commit is contained in:
CronyAkatsuki 2025-03-18 10:22:23 +01:00
parent 2668147c2a
commit 66bb85fe03
2 changed files with 3 additions and 1 deletions

View File

@ -103,7 +103,6 @@
# List packages installed in system profile # List packages installed in system profile
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim neovim
mangohud
lm_sensors lm_sensors
libva-utils libva-utils
alsa-utils alsa-utils

View File

@ -9,6 +9,9 @@
crony.gaming.enable = lib.mkEnableOption "enable gaming related stuff, like steam and gamemode"; crony.gaming.enable = lib.mkEnableOption "enable gaming related stuff, like steam and gamemode";
}; };
config = lib.mkIf config.crony.gaming.enable { config = lib.mkIf config.crony.gaming.enable {
environment.systemPackages = with pkgs; [
mangohud
];
# Install steam # Install steam
programs.steam.enable = true; programs.steam.enable = true;
# Enable gamescope # Enable gamescope