Compare commits

...

2 commits

Author SHA1 Message Date
d41e61f0ed tap true again, keep this time hopefully 2025-05-15 01:27:44 +02:00
84f2a1c22f gpg in hm 2025-05-15 01:27:44 +02:00
2 changed files with 8 additions and 1 deletions

View file

@ -21,7 +21,7 @@ in {
}; };
}; };
touchpad = { touchpad = {
tap = false; tap = true;
natural-scroll = true; natural-scroll = true;
dwt = true; dwt = true;
}; };

View file

@ -33,6 +33,13 @@ in {
''; '';
}; };
programs.gpg = {
enable = true;
scdaemonSettings = {
disable-ccid = true;
};
};
programs.git = { programs.git = {
enable = true; enable = true;
userName = "twoneis"; userName = "twoneis";