revamp of nix organization
This commit is contained in:
parent
01a48ac956
commit
4a4014bf59
20 changed files with 369 additions and 129 deletions
9
nix/home/programs/direnv/default.nix
Normal file
9
nix/home/programs/direnv/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}:
|
||||
let
|
||||
in with builtins;
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
stdlib = readFile ./direnvrc;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue