mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-09 06:01:08 +01:00
10 lines
191 B
Nix
10 lines
191 B
Nix
{ config, ... }:
|
|
{
|
|
programs.git = {
|
|
userName = "traxys";
|
|
userEmail = config.extraInfo.email;
|
|
};
|
|
|
|
traxys.waybar.modules."battery".enable = true;
|
|
home.stateVersion = "21.11";
|
|
}
|