configure rofi
This commit is contained in:
parent
e0b88992f5
commit
d7934e2107
6 changed files with 117 additions and 5 deletions
7
programm_configs/git.nix
Normal file
7
programm_configs/git.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "CDaut";
|
||||
userEmail = "git@cdaut.de";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue