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