feat: add devenv and direnv

This commit is contained in:
Mohammad Rafiq 2025-05-19 18:40:43 +08:00
parent 511990314c
commit d750b9baa2
No known key found for this signature in database

View file

@ -21,8 +21,15 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
ripgrep ripgrep
fzf fzf
devenv
pantheon.rebuild pantheon.rebuild
]; ];
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
home.persistence."/persist/home/rafiq" = { home.persistence."/persist/home/rafiq" = {
directories = [ directories = [
".ssh" ".ssh"