chore: transform exa and bat into modules
This commit is contained in:
parent
8877cdee96
commit
e6fc0ff000
5 changed files with 35 additions and 25 deletions
|
@ -1,12 +0,0 @@
|
|||
_:{
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
theme = "base16";
|
||||
};
|
||||
};
|
||||
|
||||
programs.zsh.shellAliases = {
|
||||
cat = "bat";
|
||||
};
|
||||
}
|
|
@ -1,13 +0,0 @@
|
|||
{ pkgs, ...}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
eza
|
||||
];
|
||||
|
||||
programs.zsh.shellAliases = {
|
||||
ls = "eza";
|
||||
};
|
||||
home.sessionVariables = {
|
||||
EXA_COLORS = "xx=2";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue