migrate eza to home-manager programs config
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
063829dd53
commit
8190cf8a9b
@ -67,7 +67,6 @@
|
|||||||
gitoxide
|
gitoxide
|
||||||
tealdeer
|
tealdeer
|
||||||
helix
|
helix
|
||||||
eza
|
|
||||||
|
|
||||||
# nix specific packages
|
# nix specific packages
|
||||||
nil
|
nil
|
||||||
@ -109,16 +108,24 @@
|
|||||||
programs = {
|
programs = {
|
||||||
|
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
|
|
||||||
fzf = {
|
fzf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
eza = {
|
||||||
|
enable = true;
|
||||||
|
icons = true;
|
||||||
|
git = true;
|
||||||
|
};
|
||||||
|
|
||||||
neovim = {
|
neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
|
@ -67,7 +67,6 @@
|
|||||||
"htgp" = "history | grep";
|
"htgp" = "history | grep";
|
||||||
"gen_walpaper" = "wal -i '/home/alice/Pictures/Wallpapers/1440pdump'";
|
"gen_walpaper" = "wal -i '/home/alice/Pictures/Wallpapers/1440pdump'";
|
||||||
"vlgdf" = "valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes";
|
"vlgdf" = "valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes";
|
||||||
"ls" = "eza --icons";
|
|
||||||
"libreoffice-writer" = "libreoffice --writer";
|
"libreoffice-writer" = "libreoffice --writer";
|
||||||
"libreoffice-calc" = "libreoffice --calc";
|
"libreoffice-calc" = "libreoffice --calc";
|
||||||
"notes" = "code /home/alice/Scripts/Notes/dendron.code-workspace";
|
"notes" = "code /home/alice/Scripts/Notes/dendron.code-workspace";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user