update
This commit is contained in:
parent
5ffb616753
commit
96c04716e5
|
@ -19,5 +19,14 @@
|
|||
home.sessionVariables = {
|
||||
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"];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
env = [
|
||||
"HYPRCURSOR_THEME = Bibata-Modern-Ice"
|
||||
"HYPRCURSOR_SIZE = 24"
|
||||
"QT_QPA_PLATFORMTHEME,gtk2"
|
||||
"QT_STYLE_OVERRIDE,gtk2"
|
||||
];
|
||||
|
||||
exec-once = [
|
||||
|
|
|
@ -64,5 +64,5 @@ programs.hyprland.enable = true;
|
|||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue