mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
booting
This commit is contained in:
parent
6d7bd478b4
commit
9315cfabf7
2 changed files with 0 additions and 13 deletions
|
|
@ -8,11 +8,6 @@ in
|
|||
xwayland = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
|
||||
# extraOptions = [
|
||||
# "--unsupported-gpu"
|
||||
# "--my-next-gpu-wont-be-nvidia"
|
||||
# ];
|
||||
|
||||
extraSessionCommands = ''
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
'';
|
||||
|
|
|
|||
|
|
@ -45,14 +45,6 @@
|
|||
|
||||
# GPU
|
||||
hardware.nvidia.open = true;
|
||||
# services.xserver.videoDrivers = [ "nvidia" ];
|
||||
# hardware = {
|
||||
# opengl.enable = true;
|
||||
# nvidia = {
|
||||
# package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
# modesetting.enable = true;
|
||||
# };
|
||||
# };
|
||||
|
||||
# Virtualisation
|
||||
# nix.settings.system-features = [ "kvm" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue