mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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 {
|
(systemConfiguration {
|
||||||
users.defaultUserShell = pkgs.crash;
|
users.defaultUserShell = pkgs.crash;
|
||||||
environment.sessionVariables.SHELLS = lib.getExe pkgs.nushellFull;
|
environment.sessionVariables.SHELLS = lib.getExe pkgs.nushell;
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
la = "ls --all";
|
la = "ls --all";
|
||||||
|
@ -45,8 +45,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.nushell = enabled {
|
programs.nushell = enabled {
|
||||||
package = pkgs.nushellFull;
|
|
||||||
|
|
||||||
configFile.text = readFile ./configuration.nu;
|
configFile.text = readFile ./configuration.nu;
|
||||||
envFile.source = ./environment.nu;
|
envFile.source = ./environment.nu;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue