19 current 2025-10-05 21:56:34 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# flake for blakes nixos config
|
# flake for blakes nixos config
|
||||||
# define new devices in outputs
|
# define new devices in outputs
|
||||||
# generation: 18 current 2025-10-05 21:47:39 25.05.20251001.5b5be50 6.12.49 *
|
# generation: 19 current 2025-10-05 21:56:34 25.05.20251001.5b5be50 6.12.49 *
|
||||||
{
|
{
|
||||||
description = "blakes nix config";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -57,6 +57,7 @@
|
|||||||
neofetch
|
neofetch
|
||||||
btop
|
btop
|
||||||
age
|
age
|
||||||
|
nvidia-container-toolkit
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
|
|||||||
@@ -10,10 +10,13 @@ in
|
|||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
||||||
# hardware.graphics.enable = true;
|
|
||||||
hardware.opengl.driSupport32Bit = true;
|
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
|
|
||||||
|
hardware.opengl = {
|
||||||
|
enable = true;
|
||||||
|
driSupport32Bit = true;
|
||||||
|
};
|
||||||
|
|
||||||
# enable nvidia proprietary driver
|
# enable nvidia proprietary driver
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
modesetting.enable = true; # required
|
modesetting.enable = true; # required
|
||||||
|
|||||||
Reference in New Issue
Block a user