Remove nushell configuration
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
imports = [
|
||||
./modules/fish.nix
|
||||
./modules/nushell
|
||||
./modules/kitty
|
||||
./modules/git.nix
|
||||
./modules/direnv.nix
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
programs.zoxide.enableNushellIntegration = true;
|
||||
programs.direnv.enableNushellIntegration = true;
|
||||
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
|
||||
shellAliases = {
|
||||
ec = "emacsclient -n --alternate-editor=emacs";
|
||||
pubip = "curl icanhazip.com";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user