cli: remove nushell
This commit is contained in:
parent
7a1aca654d
commit
bf9f2cc13e
2 changed files with 0 additions and 30 deletions
|
@ -7,7 +7,6 @@ _: {
|
||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
./beets.nix
|
./beets.nix
|
||||||
./zellij
|
./zellij
|
||||||
./nushell.nix
|
|
||||||
./eza.nix
|
./eza.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (config.modules.other.system) username;
|
|
||||||
inherit (lib) mkIf;
|
|
||||||
cfg = config.modules.system.programs.nushell;
|
|
||||||
in {
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
home-manager.users.${username} = {
|
|
||||||
programs.nushell = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.nushell;
|
|
||||||
shellAliases = {
|
|
||||||
c = "clear";
|
|
||||||
cc = "cd; clear";
|
|
||||||
mv = "mv -iv";
|
|
||||||
rm = "trash -v";
|
|
||||||
lg = "lazygit";
|
|
||||||
v = "nvim";
|
|
||||||
h = "hx";
|
|
||||||
e = "emacs";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue