no more qt optinons
This commit is contained in:
parent
f1910ca914
commit
d6f3cf495e
|
@ -31,8 +31,6 @@
|
|||
env = [
|
||||
"HYPRCURSOR_THEME = Bibata-Modern-Ice"
|
||||
"HYPRCURSOR_SIZE = 24"
|
||||
"QT_QPA_PLATFORMTHEME,gtk2"
|
||||
"QT_STYLE_OVERRIDE,gtk2"
|
||||
];
|
||||
|
||||
exec-once = [
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
{ ... }:
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
home = {
|
||||
|
@ -12,9 +11,6 @@
|
|||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
qt.enable = true;
|
||||
qt.style.name = "adwaita-dark";
|
||||
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"text/plain" = ["helix.desktop"];
|
||||
"image/*" = ["imv.desktop"];
|
||||
|
|
Loading…
Reference in a new issue