add focalor

This commit is contained in:
waveringana 2025-06-01 01:27:21 -04:00
parent da440cb07a
commit 8be3e48a3c
9 changed files with 217 additions and 2 deletions

View file

@ -6,6 +6,17 @@
packages = with pkgs; [ tree ];
};
programs.git = {
enable = true;
config = {
user.name = "waveringana";
user.email = "ana@nekomimi.pet";
init = {
defaultBranch = "main";
};
};
};
security.sudo.enable = true;
security.sudo.wheelNeedsPassword = false;
}