Create flake.nix
This commit is contained in:
15
home-manager/lenny.nix
Normal file
15
home-manager/lenny.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
jujutsu
|
||||
];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Fernando Sánchez";
|
||||
userEmail = "f.sanchez@thechannelstore.tv";
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user