mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Suppress starship warn logs
This commit is contained in:
parent
4a3ac9999d
commit
a289c8f569
1 changed files with 7 additions and 2 deletions
|
@ -1,8 +1,13 @@
|
||||||
{ config, lib, pkgs, ... }: with lib; merge
|
{ config, lib, pkgs, ... }: with lib; merge
|
||||||
|
|
||||||
(systemConfiguration {
|
(systemConfiguration {
|
||||||
users.defaultUserShell = pkgs.crash;
|
users.defaultUserShell = pkgs.crash;
|
||||||
environment.sessionVariables.SHELLS = lib.getExe pkgs.nushell;
|
|
||||||
|
environment.sessionVariables = {
|
||||||
|
SHELLS = lib.getExe pkgs.nushell;
|
||||||
|
|
||||||
|
STARSHIP_LOG = "error";
|
||||||
|
};
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
la = "ls --all";
|
la = "ls --all";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue