mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
flake update, replace exa with eza and comment out broken packages from update for now
This commit is contained in:
parent
5abb42c8b6
commit
8238a99555
2 changed files with 25 additions and 15 deletions
16
home.nix
16
home.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue