1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Delete hacky Starship options

This commit is contained in:
RGBCube 2023-10-20 16:40:38 +03:00
parent 4ba20053a6
commit efccb5113d
No known key found for this signature in database

View file

@ -5,12 +5,7 @@
})
(homeConfiguration "nixos" {
programs.starship = enabled {
settings.character = {
success_symbol = "";
error_symbol = "";
};
};
program.starship = enabled {};
programs.nushell = enabled {
configFile.source = ./configuration.nu;