change name

This commit is contained in:
Vivian 2023-11-16 20:14:11 +01:00
parent 6b58420562
commit 0b91b3df89
16 changed files with 53 additions and 55 deletions

View file

@ -27,7 +27,7 @@
};
};
home-manager.users.victor = import ./home;
home-manager.users.vivian = import ./home;
# Enable Ozone rendering for Chromium and Electron apps.
environment.sessionVariables.NIXOS_OZONE_WL = "1";

View file

@ -51,5 +51,5 @@
tctiEnvironment.enable = true;
};
}; # TPM2TOOLS_TCTI and TPM2_PKCS11_TCTI env variables
users.users.victor.extraGroups = [ "tss" ]; # tss group has access to TPM devices
users.users.vivian.extraGroups = [ "tss" ]; # tss group has access to TPM devices
}

View file

@ -43,7 +43,7 @@ in
# home-manager
useGlobalPkgs = true;
useUserPackages = true;
users.victor = import ./home;
users.vivian = import ./home;
extraSpecialArgs = { inherit inputs; };
};
security = {

View file

@ -23,8 +23,8 @@ in
git = {
enable = true;
package = pkgs.gitAndTools.gitFull;
userName = "Victor";
userEmail = "victor@xirion.net";
userName = "0x76";
userEmail = "v@0x76";
lfs.enable = true;
# delta.enable = true;
extraConfig = {
@ -108,8 +108,8 @@ in
};
};
home = {
username = "victor";
homeDirectory = "/home/victor";
username = "vivian";
homeDirectory = "/home/vivian";
stateVersion = "22.05";
packages = with pkgs; [