Enable Flakes support in direnv and fix changed git rev
This commit is contained in:
parent
855722c6bf
commit
d5a59b0569
1 changed files with 11 additions and 7 deletions
|
|
@ -98,6 +98,10 @@
|
|||
enable = true;
|
||||
enableNixDirenvIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
enableFlakes = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -106,11 +110,11 @@
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
# home.file.".config/ranger/plugins" = {
|
||||
# source = builtins.fetchGit {
|
||||
# url = "git://github.com/alexanderjeurissen/ranger_devicons.git";
|
||||
# rev = "68ffbffd086b0e9bb98c74705abe891b756b9e11";
|
||||
# };
|
||||
# recursive = true;
|
||||
# };
|
||||
home.file.".config/ranger/plugins" = {
|
||||
source = builtins.fetchGit {
|
||||
url = "git://github.com/phfroidmont/ranger_devicons.git";
|
||||
rev = "e02b6a3203411b76616a0e4328245bf8b47c5dcc";
|
||||
};
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue