Fix flake.nix and home/default.nix configurations
This commit is contained in:
12
home/shell/git.nix
Normal file
12
home/shell/git.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs
|
||||
, ...
|
||||
}: {
|
||||
home.packages = [ pkgs.gh ];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
userName = "Thomas Syms";
|
||||
userEmail = "thomassyms@gmail.com";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user