This commit is contained in:
Hadi
2024-03-13 19:42:50 +01:00
parent a189d592ed
commit 3498cf42bf
7 changed files with 74 additions and 67 deletions

View File

@@ -1,8 +1,8 @@
{
programs.git = {
enable = true;
userName = "Hadi";
userEmail = "112569860+anotherhadi@users.noreply.github.com";
userName = "Hadi"; # CHANGEME
userEmail = "112569860+anotherhadi@users.noreply.github.com"; # CHANGEME
extraConfig = {
init.defaultBranch = "main";
# Automatically track remote branch

View File

@@ -20,8 +20,8 @@
./wallpaper
];
home.username = "hadi";
home.homeDirectory = "/home/hadi";
home.username = "hadi"; # CHANGEME
home.homeDirectory = "/home/hadi"; # CHANGEME
home.packages = with pkgs; [
swappy