0xda157's home-manager and nixos config

add hyprctl reload bind to enceladus

0xda157 3107025a e45cce25

+4
+4
modules/hosts/nixos/enceladus/default.nix
··· 89 90 home.packages = [ pkgs.jetbrains.idea-oss ]; 91 92 i18n.inputMethod = { 93 enable = true; 94 type = "fcitx5";
··· 89 90 home.packages = [ pkgs.jetbrains.idea-oss ]; 91 92 + wayland.windowManager.hyprland.settings.bind = [ 93 + ",XF86AudioMedia,exec,hyprctl reload" 94 + ]; 95 + 96 i18n.inputMethod = { 97 enable = true; 98 type = "fcitx5";