mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
rework
This commit is contained in:
@@ -1,19 +1,11 @@
|
|||||||
{
|
{ stateVersion, user, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./zsh.nix
|
./modules
|
||||||
./tmux.nix
|
|
||||||
# ./waybar.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "amper";
|
username = user;
|
||||||
homeDirectory = "/home/amper";
|
homeDirectory = "/home/${user}";
|
||||||
stateVersion = "23.11";
|
stateVersion = stateVersion;
|
||||||
};
|
|
||||||
|
|
||||||
programs.git = {
|
|
||||||
enable = true;
|
|
||||||
userName = "Andrey0189";
|
|
||||||
userEmail = "varnavsky06@gmail.com";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user