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
|
# 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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user