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 = [
|
||||
./zsh.nix
|
||||
./tmux.nix
|
||||
# ./waybar.nix
|
||||
./modules
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "amper";
|
||||
homeDirectory = "/home/amper";
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Andrey0189";
|
||||
userEmail = "varnavsky06@gmail.com";
|
||||
username = user;
|
||||
homeDirectory = "/home/${user}";
|
||||
stateVersion = stateVersion;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user