asdlkjsdflkj
This commit is contained in:
parent
3ab30c0ccc
commit
1f78ee359e
1 changed files with 10 additions and 1 deletions
|
@ -4,9 +4,18 @@
|
|||
home.packages = with pkgs; [
|
||||
lsd
|
||||
bat
|
||||
autojump
|
||||
fd
|
||||
ripgrep
|
||||
fzf
|
||||
tmux
|
||||
fastfetch
|
||||
];
|
||||
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
theme = "ansi";
|
||||
};
|
||||
|
||||
home.file.".zshenv".enable = false;
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue