2024-11-23 02:09 : id 215
This commit is contained in:
parent
bb6fafd9af
commit
38780d5f54
@ -96,6 +96,12 @@ in
|
||||
};
|
||||
};
|
||||
programs = {
|
||||
nheko = {
|
||||
enable = true;
|
||||
settings = {
|
||||
general.theme = "dark";
|
||||
};
|
||||
};
|
||||
neovim = {
|
||||
defaultEditor = true;
|
||||
enable = true;
|
||||
@ -109,6 +115,7 @@ in
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
ls="ls -l";
|
||||
ssh="kitten ssh";
|
||||
};
|
||||
bashrcExtra=''
|
||||
PS1="[\[\033[32m\]\w]\[\033[0m\]\n\[\033[1;36m\]\u\[\033[1;33m\] => \[\033[0m\]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user