From dd79f25336253691c3ecbadd6c48908c8e09ca1f Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 30 Sep 2024 20:59:37 +0200 Subject: [PATCH] fix themes --- hosts/home.nix | 5 +++-- modules/wm/sway/default.nix | 3 ++- modules/wm/sway/home.nix | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/hosts/home.nix b/hosts/home.nix index e8f09c2..e104b99 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -72,9 +72,10 @@ rsync # Syncer $ rsync -r dir1/ dir2/ unzip # Zip files unrar # Rar files - papirus-icon-theme + epapirus-icon-theme + arc-theme -# Genel configuration +# General configuration keepassxc libreoffice gimp diff --git a/modules/wm/sway/default.nix b/modules/wm/sway/default.nix index 9ac681e..261242a 100644 --- a/modules/wm/sway/default.nix +++ b/modules/wm/sway/default.nix @@ -42,6 +42,7 @@ clinfo waybar rot8 + glib ]; }; @@ -52,7 +53,7 @@ export MOZ_WEBRENDER="1"; export MOZ_USE_XINPUT2="2"; export MOZ_DBUS_REMOTE="1"; - #export GDK_BACKEND="wayland"; + export WLR_RENDERER="vulkan"; export LIBVA_DRIVER_NAME="iHD"; export VDPAU_DRIVER="iHD"; export XDG_SESSION_TYPE="wayland"; diff --git a/modules/wm/sway/home.nix b/modules/wm/sway/home.nix index 79d4307..b6dd6a8 100644 --- a/modules/wm/sway/home.nix +++ b/modules/wm/sway/home.nix @@ -241,7 +241,7 @@ export MOZ_WEBRENDER="1"; export MOZ_USE_XINPUT2="2"; export MOZ_DBUS_REMOTE="1"; - #export GDK_BACKEND="wayland"; + export WLR_RENDERER="vulkan"; export LIBVA_DRIVER_NAME="iHD"; export VDPAU_DRIVER="iHD"; export XDG_SESSION_TYPE="wayland";