rework gaming aspect
This commit is contained in:
parent
0ce2d3b947
commit
1075c256f8
11 changed files with 72 additions and 78 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
flake.modules = {
|
||||
nixos.gaming-mangohud =
|
||||
nixos.mangohud =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
homeManager.gaming-mangohud =
|
||||
homeManager.mangohud =
|
||||
{ config, ... }:
|
||||
{
|
||||
programs.mangohud = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue