Initial commit
This commit is contained in:
21
modules/dev.nix
Normal file
21
modules/dev.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
lux.dev = {
|
||||
homeManager = {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# TODO: Don't hardcode name and mail
|
||||
user.name = "kiri";
|
||||
user.email = "mail@jelles.net";
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user