This commit is contained in:
fwastring 2025-11-13 08:53:05 +01:00
parent 57243e421e
commit e01f925f0a
7 changed files with 4 additions and 94 deletions

View file

@ -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;

View file

@ -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;