hyprland: add startup apps, remove language modules and use fcitx5

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-08-15 16:12:37 -03:00
parent 862c2d800e
commit ee5f5a1503
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
6 changed files with 54 additions and 13 deletions

View file

@ -46,6 +46,7 @@
# if you don't want to manage your shell through Home Manager.
home.sessionVariables = {
EDITOR = "nvim";
NIXOS_OZONE_WL = "1";
QT_QPA_PLATFORM = "wayland";
};
@ -85,6 +86,7 @@
zathura
# Personal utilities
anki
ledger
vesktop
@ -109,6 +111,7 @@
# Games
mindustry-wayland
prismlauncher
shattered-pixel-dungeon
xonotic
@ -301,6 +304,7 @@
# Configure XDG
xdg.mimeApps.defaultApplications = {
"inode/directory" = [ "thunar.desktop" ];
"text/html" = [ "firefox.desktop" ];
"video/mp4" = [ "vlc.desktop" ];
"video/x-matroska" = [ "vlc.desktop" ];