chore: bump nixpkgs, niri, home-manager
This commit is contained in:
@@ -26,7 +26,7 @@ in {
|
||||
syncMedia = true;
|
||||
url = "https://anki.deertopia.net/";
|
||||
usernameFile = config.sops.secrets.anki-username.path;
|
||||
passwordFile = config.sops.secrets.anki-sync-key.path;
|
||||
keyFile = config.sops.secrets.anki-sync-key.path;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -19,9 +19,11 @@ in {
|
||||
### Git
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = my-email;
|
||||
userName = my-name;
|
||||
extraConfig = {
|
||||
settings = {
|
||||
user = {
|
||||
name = my-name;
|
||||
email = my-email;
|
||||
};
|
||||
diff = {
|
||||
tool = "ediff";
|
||||
guitool = "ediff";
|
||||
|
||||
Reference in New Issue
Block a user