mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
some small package changes
This commit is contained in:
parent
52b10b11ae
commit
d2113e0f50
5 changed files with 23 additions and 102 deletions
|
|
@ -9,6 +9,9 @@
|
|||
enable = true;
|
||||
};
|
||||
interactiveShellInit = "neofetch";
|
||||
shellAliases = {
|
||||
ls = "exa --long --icons";
|
||||
};
|
||||
};
|
||||
starship = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue