feat: move mangohud to gaming module system module.
This commit is contained in:
parent
2668147c2a
commit
66bb85fe03
2 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue