0xda157's home-manager and nixos config

add hyprctl reload bind to enceladus

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