Install some cool cli tools/plugins.
This commit is contained in:
parent
aa10d12fd8
commit
220f86840a
@ -24,6 +24,7 @@
|
|||||||
stress-ng
|
stress-ng
|
||||||
dmidecode
|
dmidecode
|
||||||
nurl
|
nurl
|
||||||
|
entr
|
||||||
];
|
];
|
||||||
|
|
||||||
# Install librewolf
|
# Install librewolf
|
||||||
@ -90,6 +91,28 @@
|
|||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Install the fuck
|
||||||
|
programs.thefuck = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
# Install tealdeer
|
||||||
|
programs.tealdeer.enable = true;
|
||||||
|
|
||||||
|
# Install bat
|
||||||
|
programs.bat.enable = true;
|
||||||
|
|
||||||
|
# Install jq
|
||||||
|
programs.jq.enable = true;
|
||||||
|
|
||||||
|
# Install fd
|
||||||
|
programs.fd = {
|
||||||
|
enable = true;
|
||||||
|
hidden = true;
|
||||||
|
ignores = ["~/Documents/Share" ".git"];
|
||||||
|
};
|
||||||
|
|
||||||
# Default environmental variables
|
# Default environmental variables
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user