mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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;
|
xwayland = true;
|
||||||
wrapperFeatures.gtk = true;
|
wrapperFeatures.gtk = true;
|
||||||
|
|
||||||
# extraOptions = [
|
|
||||||
# "--unsupported-gpu"
|
|
||||||
# "--my-next-gpu-wont-be-nvidia"
|
|
||||||
# ];
|
|
||||||
|
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
|
|
@ -45,14 +45,6 @@
|
||||||
|
|
||||||
# GPU
|
# GPU
|
||||||
hardware.nvidia.open = true;
|
hardware.nvidia.open = true;
|
||||||
# services.xserver.videoDrivers = [ "nvidia" ];
|
|
||||||
# hardware = {
|
|
||||||
# opengl.enable = true;
|
|
||||||
# nvidia = {
|
|
||||||
# package = config.boot.kernelPackages.nvidiaPackages.stable;
|
|
||||||
# modesetting.enable = true;
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
|
|
||||||
# Virtualisation
|
# Virtualisation
|
||||||
# nix.settings.system-features = [ "kvm" ];
|
# nix.settings.system-features = [ "kvm" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue