home: refactor common files
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
8
home/common/direnv/default.nix
Normal file
8
home/common/direnv/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
password-store.enable = true;
|
||||
direnv.enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user