diff --git a/home/shell/default.nix b/home/shell/default.nix index e6999c5..37d071d 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: -let shellAliases = { emacs = "emacsclient -c"; }; +let shellAliases = { }; in { imports = [ ./terminal.nix ];