summaryrefslogtreecommitdiff
path: root/users/common.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-07 03:29:12 +0530
committerbrustybee <bee@4d2.org>2026-03-07 03:29:12 +0530
commitb7ab4668c6dd7d6b153b9bf7ea3923ebe93f1ddd (patch)
tree3bf53c774892f46c51c3b32189cc6fcca9fb5272 /users/common.nix
parent867ecf6308390acf8188880c34e0312e75619fae (diff)
Add firefox and zen browser
Diffstat (limited to 'users/common.nix')
-rw-r--r--users/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/common.nix b/users/common.nix
index 6c95959..1e0670d 100644
--- a/users/common.nix
+++ b/users/common.nix
@@ -9,7 +9,7 @@
package = pkgs.git.override { withLibsecret = true; };
settings = {
user = {
- name = "beeb5k";
+ name = "brustybee";
email = "bee@4d2.org";
signingkey = "42177A22EA630575";
};