My personal info changes
This commit is contained in:
parent
6ed0606ee0
commit
004bfd27ee
@ -38,7 +38,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
homeConfigurations.amper = home-manager.lib.homeManagerConfiguration {
|
homeConfigurations.sweetbread = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
modules = [ ./home-manager/home.nix ];
|
modules = [ ./home-manager/home.nix ];
|
||||||
};
|
};
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "amper";
|
username = "sweetbread";
|
||||||
homeDirectory = "/home/amper";
|
homeDirectory = "/home/sweetbread";
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Andrey0189";
|
userName = "Sweetbread";
|
||||||
userEmail = "varnavsky06@gmail.com";
|
userEmail = "sweetbread@coders-squad.com";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
networking.hostName = "nixos"; # Define your hostname.
|
networking.hostName = "nixos"; # Define your hostname.
|
||||||
|
|
||||||
time.timeZone = "Asia/Tashkent"; # Set your time zone.
|
time.timeZone = "Europe/Moscow"; # Set your time zone.
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8"; # Select internationalisation properties.
|
i18n.defaultLocale = "en_US.UTF-8"; # Select internationalisation properties.
|
||||||
|
|
||||||
|
@ -4,14 +4,14 @@
|
|||||||
users = {
|
users = {
|
||||||
defaultUserShell = pkgs.zsh;
|
defaultUserShell = pkgs.zsh;
|
||||||
|
|
||||||
users.amper = {
|
users.sweetbread = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Ampersand";
|
description = "Sweet Bread";
|
||||||
extraGroups = [ "networkmanager" "wheel" "input" "libvirtd" ];
|
extraGroups = [ "networkmanager" "wheel" "input" "libvirtd" ];
|
||||||
packages = with pkgs; [];
|
packages = with pkgs; [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable automatic login for the user.
|
# Enable automatic login for the user.
|
||||||
services.getty.autologinUser = "amper";
|
services.getty.autologinUser = "sweetbread";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user