feat: clean up

This commit is contained in:
2024-05-16 08:39:46 +08:00
parent f983472ce2
commit ea7422d6d0
7 changed files with 34 additions and 206 deletions

View File

@@ -1,12 +1,12 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
zsh-completions
bat
fd
htop
ripgrep
wget
zsh-completions
bat
fd
htop
ripgrep
wget
];
programs.zsh = {
enable = true;
@@ -16,15 +16,15 @@
editor.dotExpansion = true;
pmodules = [
"environment"
"terminal"
"utility"
"directory"
"editor"
"history"
"syntax-highlighting"
"history-substring-search"
"autosuggestions"
"completion"
"terminal"
"utility"
"directory"
"editor"
"history"
"syntax-highlighting"
"history-substring-search"
"autosuggestions"
"completion"
];
};
shellAliases = {