initial commit

This commit is contained in:
2023-09-05 04:35:35 +05:30
commit 92675f27bf
24 changed files with 1161 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{ ... }:
{
hardware.bluetooth = {
enable = true;
};
services.blueman.enable = true;
}

View File

@ -0,0 +1,10 @@
{ ... }:
{
hardware = {
nvidia.prime.offload.enable = true;
opengl.enable = true;
};
services.xserver.videoDrivers = [ "nvidia" ];
}