configure rofi

This commit is contained in:
CDaut 2024-02-24 00:30:05 +01:00
parent e0b88992f5
commit d7934e2107
Signed by: clara
GPG key ID: 223391B52FAD4463
6 changed files with 117 additions and 5 deletions

View file

@ -1,7 +0,0 @@
{pkgs, ...}: {
programs.git = {
enable = true;
userName = "CDaut";
userEmail = "git@cdaut.de";
};
}