feat: move mangohud to gaming module system module.
This commit is contained in:
parent
2668147c2a
commit
66bb85fe03
@ -103,7 +103,6 @@
|
||||
# List packages installed in system profile
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
mangohud
|
||||
lm_sensors
|
||||
libva-utils
|
||||
alsa-utils
|
||||
|
@ -9,6 +9,9 @@
|
||||
crony.gaming.enable = lib.mkEnableOption "enable gaming related stuff, like steam and gamemode";
|
||||
};
|
||||
config = lib.mkIf config.crony.gaming.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
mangohud
|
||||
];
|
||||
# Install steam
|
||||
programs.steam.enable = true;
|
||||
# Enable gamescope
|
||||
|
Loading…
x
Reference in New Issue
Block a user