try out hyprland again on pc

This commit is contained in:
Kopatz
2024-07-12 17:40:29 +02:00
parent 0ff294f033
commit 0e5969324c
9 changed files with 28 additions and 26 deletions

View File

@@ -19,7 +19,6 @@ in {
systemd.services."autovt@tty1".enable = false;
services.gnome.gnome-keyring.enable = true;
boot.kernelParams = [ "nvidia_drm.fbdev=1" ];
environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.gnome.excludePackages = (with pkgs; [

View File

@@ -23,7 +23,7 @@ in {
WLR_NO_HARDWARE_CURSORS = "1";
#WLR_DRM_NO_ATOMIC="1";
#WLR_DRM_DEVICES = "/dev/dri/card0";
WLR_RENDERER_ALLOW_SOFTWARE = "1";
#WLR_RENDERER_ALLOW_SOFTWARE = "1";
} // lib.mkIf config.custom.hardware.nvidia.enable {
LIBVA_DRIVER_NAME = "nvidia";
# black screen :(
@@ -36,9 +36,6 @@ in {
hardware = {
# Opengl
opengl.enable = true;
# Most wayland compositors need this
nvidia.modesetting.enable =
lib.mkIf config.custom.hardware.nvidia.enable true;
};
xdg.portal.enable = true;

View File

@@ -63,6 +63,7 @@ in {
keepassxc
xfce.thunar # file manager
discord
vesktop
gvfs
remmina
thunderbird