home: move from grml to starship+atuin

This commit is contained in:
genofire 2022-07-05 22:36:31 +02:00
parent a854d5a602
commit f41f6591b3
1 changed files with 14 additions and 0 deletions

View File

@ -67,6 +67,20 @@
# broken: enableSyntaxHighlighting = true;
# grml and pure enabled ....
};
programs.starship = {
enable = true;
settings = {
directory = {
truncation_length = 0;
};
};
};
programs.atuin = {
enable = true;
settings = {
search_mode = "fulltext";
};
};
programs.direnv.enable = true;
programs.gitui.enable = true;