mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +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
|
||||
|
||||
(systemConfiguration {
|
||||
users.defaultUserShell = pkgs.crash;
|
||||
environment.sessionVariables.SHELLS = lib.getExe pkgs.nushell;
|
||||
users.defaultUserShell = pkgs.crash;
|
||||
|
||||
environment.sessionVariables = {
|
||||
SHELLS = lib.getExe pkgs.nushell;
|
||||
|
||||
STARSHIP_LOG = "error";
|
||||
};
|
||||
|
||||
environment.shellAliases = {
|
||||
la = "ls --all";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue