no more qt optinons

This commit is contained in:
joygnu 2024-07-23 19:48:57 +02:00
parent 32dfd6f904
commit 8d4f7e7c1d
2 changed files with 1 additions and 7 deletions

View file

@ -31,8 +31,6 @@
env = [ env = [
"HYPRCURSOR_THEME = Bibata-Modern-Ice" "HYPRCURSOR_THEME = Bibata-Modern-Ice"
"HYPRCURSOR_SIZE = 24" "HYPRCURSOR_SIZE = 24"
"QT_QPA_PLATFORMTHEME,gtk2"
"QT_STYLE_OVERRIDE,gtk2"
]; ];
exec-once = [ exec-once = [

View file

@ -1,5 +1,4 @@
{ lib, ... }:
{ ... }:
{ {
home = { home = {
@ -12,9 +11,6 @@
programs.home-manager.enable = true; programs.home-manager.enable = true;
qt.enable = true;
qt.style.name = "adwaita-dark";
xdg.mimeApps.defaultApplications = { xdg.mimeApps.defaultApplications = {
"text/plain" = ["helix.desktop"]; "text/plain" = ["helix.desktop"];
"image/*" = ["imv.desktop"]; "image/*" = ["imv.desktop"];