Compare commits

..

3 commits

Author SHA1 Message Date
14b59b5b62
begin minimization of systemd
trivial part
2024-10-04 15:57:57 +02:00
8c97f3e257
agetty 2024-10-04 15:57:57 +02:00
ae78f9aafd
systemd init 2024-10-04 15:57:57 +02:00

View file

@ -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 = [