My NixOS and Home Manager configurations
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

stop using emacs launch script

vterm works with hel now

quasigod bc2db56b b9b6bead

+4 -3
+4 -3
modules/niri/default.nix
··· 178 178 "Mod+Return".action.spawn = "wezterm"; 179 179 "Mod+B".action.spawn = "zen-beta"; 180 180 181 - "Mod+Shift+E".action.spawn = toString ( 182 - pkgs.writeScript "open-emacs" ("#!${lib.getExe pkgs.nushell}" + builtins.readFile ./emacs.nu) 183 - ); 181 + # "Mod+Shift+E".action.spawn = toString ( 182 + # pkgs.writeScript "open-emacs" ("#!${lib.getExe pkgs.nushell}" + builtins.readFile ./emacs.nu) 183 + # ); 184 + "Mod+Shift+E".action.spawn-sh = "emacsclient -c"; 184 185 185 186 "Mod+W".action.toggle-overview = [ ]; 186 187 "Mod+O".action.show-hotkey-overlay = [ ];