mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Fix nushell package
This commit is contained in:
parent
5401fafa09
commit
b7562dbd3f
1 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
(systemConfiguration {
|
||||
users.defaultUserShell = pkgs.crash;
|
||||
environment.sessionVariables.SHELLS = lib.getExe pkgs.nushellFull;
|
||||
environment.sessionVariables.SHELLS = lib.getExe pkgs.nushell;
|
||||
|
||||
environment.shellAliases = {
|
||||
la = "ls --all";
|
||||
|
@ -45,8 +45,6 @@
|
|||
};
|
||||
|
||||
programs.nushell = enabled {
|
||||
package = pkgs.nushellFull;
|
||||
|
||||
configFile.text = readFile ./configuration.nu;
|
||||
envFile.source = ./environment.nu;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue