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; [
|
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue