Update configuration.nix
This commit is contained in:
@@ -84,6 +84,12 @@ in
|
|||||||
fi '';
|
fi '';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.starship = {
|
||||||
|
enable = true;
|
||||||
|
settings = lib.importTOML "${config.programs.starship.package}/share/starship/presets/nerd-font-symbols.toml";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
services.getty.autologinUser = null;
|
services.getty.autologinUser = null;
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nix.settings.experimental-features = [
|
nix.settings.experimental-features = [
|
||||||
|
|||||||
Reference in New Issue
Block a user