cleanup
This commit is contained in:
parent
57243e421e
commit
e01f925f0a
7 changed files with 4 additions and 94 deletions
|
|
@ -10,7 +10,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
theme = "mocha";
|
||||
theme = "latte";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -88,18 +88,6 @@ in
|
|||
enable = true;
|
||||
theme = theme;
|
||||
};
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
|
||||
shellAliases = {
|
||||
ll = "ls -l";
|
||||
update = "sudo nixos-rebuild switch";
|
||||
};
|
||||
history.size = 10000;
|
||||
};
|
||||
oh-my-posh = {
|
||||
enable = true;
|
||||
theme = theme;
|
||||
|
|
|
|||
|
|
@ -88,18 +88,6 @@ in
|
|||
enable = true;
|
||||
theme = theme;
|
||||
};
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
|
||||
shellAliases = {
|
||||
ll = "ls -l";
|
||||
update = "sudo nixos-rebuild switch";
|
||||
};
|
||||
history.size = 10000;
|
||||
};
|
||||
oh-my-posh = {
|
||||
enable = true;
|
||||
theme = theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue