forked from DGNum/liminix
Compare commits
3 commits
2a2d3baa55
...
14b59b5b62
Author | SHA1 | Date | |
---|---|---|---|
14b59b5b62 | |||
8c97f3e257 | |||
ae78f9aafd |
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@ in {
|
|||
# By default, we enable cross-compilation support.
|
||||
nixpkgs.buildPlatform = lib.mkDefault builtins.currentSystem;
|
||||
|
||||
# Set the useful PS1 prompt by default.
|
||||
defaultProfile.environmentVariables.PS1 = lib.mkDefault config.defaultProfile.prompt;
|
||||
defaultProfile.packages = with pkgs; [ execline ];
|
||||
|
||||
boot.commandLine = [
|
||||
|
|
Loading…
Reference in a new issue