This commit is contained in:
joygnu 2024-07-07 19:42:43 +02:00
parent 5ffb616753
commit 96c04716e5
3 changed files with 12 additions and 1 deletions

View file

@ -19,5 +19,14 @@
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
}; };
qt.enable = true;
qt.style.name = "adwaita";
xdg.mimeApps.defaultApplications = {
"text/plain" = ["neovide.desktop"];
"image/*" = ["imv.desktop"];
"video/png" = ["mpv.desktop"];
"video/jpg" = ["mpv.desktop"];
"video/*" = ["mpv.desktop"];
};
} }

View file

@ -28,6 +28,8 @@
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

@ -64,5 +64,5 @@ programs.hyprland.enable = true;
}; };
system.stateVersion = "23.11"; system.stateVersion = "23.11";
} }