flake update, replace exa with eza and comment out broken packages from update for now

This commit is contained in:
Salar Rahmanian 2023-09-16 12:25:19 -07:00
parent 5abb42c8b6
commit 8238a99555
2 changed files with 25 additions and 15 deletions

View file

@ -35,7 +35,7 @@
coursier
curlFull
delta
exa
eza
fd
ffmpeg
font-awesome
@ -75,7 +75,7 @@
rclone
readline
ripgrep
ripgrep-all
# ripgrep-all
rnix-lsp
rustup
sbt
@ -158,6 +158,16 @@
};
};
# programs.nheko = {
# enable = true;
# settings = {
# scaleFactor = 1.0;
# user = {
# alertOnNotification = true;
# };
# };
# };
programs.starship = {
enable = true;
settings = {
@ -288,7 +298,7 @@
ping="prettyping";
".." = "cd ..";
pj="python -m json.tool";
l="exa --long --header --git --all";
l="eza --long --header --git --all";
g="git";
gl="git log";
gc="git commit -m";