mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
test
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
let variable = import ../../../variables.nix;
|
||||
in {
|
||||
{ config, ... }: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = variable.git.username;
|
||||
userEmail = variable.git.email;
|
||||
userName = config.var.git.username;
|
||||
userEmail = config.var.git.email;
|
||||
ignores = [
|
||||
".cache/"
|
||||
".DS_Store"
|
||||
|
||||
Reference in New Issue
Block a user