graphics added
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true; # Crucial for 32-bit games
|
||||
};
|
||||
}
|
||||
+5
-1
@@ -1,4 +1,8 @@
|
||||
{myConfig, ...}: {
|
||||
{
|
||||
myConfig,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
hardware = {
|
||||
logitech.wireless.enable = myConfig.linux.logitech-hardware.enable;
|
||||
bluetooth = {
|
||||
|
||||
Reference in New Issue
Block a user