X11 is broken for games with plasma6.1 so I am commiting to wayland
This commit is contained in:
parent
e4e11cfd63
commit
cb59d07367
12 changed files with 35 additions and 41 deletions
|
@ -16,8 +16,7 @@ in
|
|||
enable = mkBoolOpt true "Wether or not to enable git (Default enabled)";
|
||||
userName = mkOpt types.str user.fullName "The name to use git with";
|
||||
userEmail = mkOpt types.str user.email "The email to use git with";
|
||||
signingKey =
|
||||
mkOpt types.str "6995A5FF33791B7B" "The key ID to sign commits with.";
|
||||
signingKey = mkOpt types.str "6995A5FF33791B7B" "The key ID to sign commits with.";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue