feat: add devenv and direnv
This commit is contained in:
parent
511990314c
commit
d750b9baa2
1 changed files with 7 additions and 0 deletions
|
@ -21,8 +21,15 @@
|
|||
home.packages = with pkgs; [
|
||||
ripgrep
|
||||
fzf
|
||||
devenv
|
||||
pantheon.rebuild
|
||||
];
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
home.persistence."/persist/home/rafiq" = {
|
||||
directories = [
|
||||
".ssh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue