mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix crash, garnix cached wrongly / build wrongly for some reason?
This commit is contained in:
parent
52f2f7eb05
commit
f636857d4e
1 changed files with 2 additions and 8 deletions
|
@ -1,14 +1,8 @@
|
||||||
{ config, lib, pkgs, ... }: with lib; merge
|
{ config, lib, pkgs, ... }: with lib; merge
|
||||||
|
|
||||||
(systemConfiguration {
|
(systemConfiguration {
|
||||||
users.defaultUserShell = pkgs.crash;
|
users.defaultUserShell = pkgs.crash.override { fallbackShell = pkgs.fish; };
|
||||||
environment.sessionVariables.SHELLS = pipe [
|
environment.sessionVariables.SHELLS = lib.getExe pkgs.nushellFull;
|
||||||
pkgs.nushellFull
|
|
||||||
pkgs.fish
|
|
||||||
] [
|
|
||||||
(map getExe)
|
|
||||||
(concatStringsSep ":")
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
la = "ls --all";
|
la = "ls --all";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue