mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Setup gamehub and fixed uid
This commit is contained in:
parent
a97efbc391
commit
02a6aabdf8
2 changed files with 26 additions and 10 deletions
|
@ -142,6 +142,7 @@
|
|||
description = "Emmet";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [];
|
||||
uid = 1000;
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
|
@ -178,6 +179,7 @@
|
|||
font-awesome
|
||||
ubuntu_font_family
|
||||
terminus_font
|
||||
gamemode
|
||||
];
|
||||
|
||||
|
||||
|
@ -211,6 +213,9 @@
|
|||
# OpenGL
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
# Feral GameMode
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue