chore: move and rename wayland config

This commit is contained in:
notohh 2023-06-10 06:01:35 -04:00
parent f991de5b64
commit 8153606cf5
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@
}; };
in { in {
imports = [ imports = [
../../modules/greetd.nix ../../../modules/greetd.nix
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
@ -27,6 +27,7 @@ in {
swayidle swayidle
swaylock-effects swaylock-effects
swww swww
hyprpicker
]; ];
services.dbus.enable = true; services.dbus.enable = true;
@ -46,6 +47,7 @@ in {
__GL_GSYNC_ALLOWED = "0"; __GL_GSYNC_ALLOWED = "0";
__GL_VRR_ALLOWED = "0"; __GL_VRR_ALLOWED = "0";
WLR_DRM_NO_ATOMIC = "1"; WLR_DRM_NO_ATOMIC = "1";
XDG_SESSION_TYPE = "wayland";
__GLX_VENDOR_LIBRARY_NAME = "nvidia"; __GLX_VENDOR_LIBRARY_NAME = "nvidia";
_JAVA_AWT_WM_NONREPARENTING = "1"; _JAVA_AWT_WM_NONREPARENTING = "1";
QT_QPA_PLATFORM = "wayland"; QT_QPA_PLATFORM = "wayland";

View file

@ -6,7 +6,7 @@
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./services ./services
../../home/wayland ../../home/wayland/hyprland/wayland.nix
../../modules ../../modules
../../modules/fonts.nix ../../modules/fonts.nix
]; ];