cleanup
This commit is contained in:
parent
c7cb20b7be
commit
01f0129c2f
18 changed files with 110 additions and 261 deletions
|
@ -134,7 +134,6 @@
|
|||
enable = true;
|
||||
shellAliases = {
|
||||
"ls" = "eza";
|
||||
".j" = "just -g";
|
||||
"em" = "emacsclient -n -r";
|
||||
"mkdir" = "mkdir -pv";
|
||||
};
|
||||
|
@ -206,6 +205,7 @@
|
|||
};
|
||||
eza = {
|
||||
enable = true;
|
||||
git = true;
|
||||
};
|
||||
fd = {
|
||||
enable = true;
|
||||
|
@ -217,10 +217,6 @@
|
|||
broot = {
|
||||
enable = true;
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
};
|
||||
htop.enable = true;
|
||||
lazygit.enable = true;
|
||||
jq.enable = true;
|
||||
|
@ -237,8 +233,7 @@
|
|||
recursive = true;
|
||||
source = ../../homes/emenel/dotfiles/dot_config/wezterm;
|
||||
};
|
||||
xdg.configFile."just/justfile".source = ../../homes/emenel/dotfiles/dot_config/just/justfile;
|
||||
xdg.configFile."git".source = ../../homes/emenel/dotfiles/dot_config/git;
|
||||
|
||||
xdg.configFile."rbw".source = ../../homes/emenel/dotfiles/dot_config/rbw;
|
||||
xdg.configFile."isd_tui/config.yaml".source = ../../homes/emenel/dotfiles/dot_config/isd_tui/config.yaml;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue