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
|
||||
eza
|
||||
ripgrep
|
||||
unzip
|
||||
jq
|
||||
direnv
|
||||
mullvad-vpn
|
||||
];
|
||||
|
||||
programs.mullvad-vpn.enable = true;
|
||||
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
icons = "always";
|
||||
|
|
@ -43,6 +49,12 @@
|
|||
enableBashIntegration = true;
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue