mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
drop nu
This commit is contained in:
parent
4ec757e7b5
commit
1bf5049ebb
10 changed files with 1 additions and 194 deletions
|
|
@ -1,3 +0,0 @@
|
|||
$env.config = {
|
||||
edit_mode: vi
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
envFile.source = ./env.nu;
|
||||
configFile.source = ./config.nu;
|
||||
shellAliases = config.home.shellAliases;
|
||||
};
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
$env.PATH = (
|
||||
$env.PATH
|
||||
| split row (char esep)
|
||||
| prepend $"/etc/profiles/per-user/($env.USER)/bin"
|
||||
| prepend $"/Users/($env.USER)/.nix-profile/bin"
|
||||
| prepend '/run/current-system/sw/bin/'
|
||||
| prepend "/nix/var/nix/profiles/default/bin"
|
||||
)
|
||||
|
|
@ -26,7 +26,6 @@ in
|
|||
|
||||
# Useful for Nix development
|
||||
ci
|
||||
touchpr
|
||||
omnix
|
||||
nixpkgs-fmt
|
||||
just
|
||||
|
|
|
|||
|
|
@ -3,6 +3,5 @@
|
|||
imports = [
|
||||
./cli/zsh.nix
|
||||
./cli/bash.nix
|
||||
./cli/nushell
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue