diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-01 18:05:58 +0800 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-01 18:05:58 +0800 |
commit | 4fe4ebefc87d0fb0be6f16d66f13d0334a55988d (patch) | |
tree | e2fd7eba8192b6d2c9776d755e41d21d6b1f0bb8 /nixos/nvidia.nix | |
parent | 0770a70d0bb4899cc2496662482ec20b0b6588c5 (diff) | |
download | nixos-configuration-4fe4ebefc87d0fb0be6f16d66f13d0334a55988d.tar.gz nixos-configuration-4fe4ebefc87d0fb0be6f16d66f13d0334a55988d.tar.bz2 nixos-configuration-4fe4ebefc87d0fb0be6f16d66f13d0334a55988d.zip |
feat: decent shell configuration with starship and zsh
direnv and devenv integrated support
experimental nginx test configuration
sway and foot configuration updated
created initial sddm configuration for login manager
Diffstat (limited to 'nixos/nvidia.nix')
-rw-r--r-- | nixos/nvidia.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/nvidia.nix b/nixos/nvidia.nix index e75a77a..6615468 100644 --- a/nixos/nvidia.nix +++ b/nixos/nvidia.nix @@ -14,6 +14,10 @@ }; }; }; + hardware.opengl = { + enable = true; + }; + services.xserver.videoDrivers = [ "nvidia" ]; hardware.nvidia = { prime = { offload.enable = false; |