no more qt optinons
This commit is contained in:
parent
32dfd6f904
commit
8d4f7e7c1d
|
@ -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 = [
|
||||||
|
|
|
@ -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"];
|
||||||
|
|
Loading…
Reference in a new issue