hyprland: add startup apps, remove language modules and use fcitx5
This commit is contained in:
parent
862c2d800e
commit
ee5f5a1503
6 changed files with 54 additions and 13 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue