Compare commits

..

No commits in common. "1fa2bee372c677da7fecc04763418f44cb73bb42" and "37882e8d102652091ebbc751da9c551ea1906a13" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -67,7 +67,6 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.alarsyo = import ./home;
home-manager.verbose = true;
}
{

View file

@ -85,7 +85,7 @@ in
keybindings = lib.mkOptionDefault {
"${modifier}+Shift+e" = ''mode "${logoutMode}"'';
"${modifier}+i" = "exec emacsclient -c";
"${modifier}+i" = "exec ${pkgs.emacsPgtkGcc}/bin/emacsclient -c";
};
modes =