feat: clean up
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user