feat: update to new things
This commit is contained in:
parent
863a046f42
commit
33ead79cc7
1 changed files with 12 additions and 0 deletions
12
home.nix
12
home.nix
|
|
@ -29,8 +29,14 @@
|
||||||
zoxide
|
zoxide
|
||||||
eza
|
eza
|
||||||
ripgrep
|
ripgrep
|
||||||
|
unzip
|
||||||
|
jq
|
||||||
|
direnv
|
||||||
|
mullvad-vpn
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.mullvad-vpn.enable = true;
|
||||||
|
|
||||||
programs.eza = {
|
programs.eza = {
|
||||||
enable = true;
|
enable = true;
|
||||||
icons = "always";
|
icons = "always";
|
||||||
|
|
@ -43,6 +49,12 @@
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue