mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
moved options to shared config
This commit is contained in:
parent
cef046b235
commit
ad9ab630b8
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, user, ... }:
|
||||
{ config, ... }:
|
||||
|
||||
|
||||
{
|
||||
|
@ -46,8 +46,6 @@
|
|||
# Optionally, you may need to select the appropriate driver version for your specific GPU.
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
hardware.nvidia.modesetting.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
# Resolves jellyfin black screen under hyprland
|
||||
|
|
Loading…
Reference in a new issue