Compare commits
2 commits
4c91c261f2
...
d41e61f0ed
Author | SHA1 | Date | |
---|---|---|---|
d41e61f0ed | |||
84f2a1c22f |
2 changed files with 8 additions and 1 deletions
|
@ -21,7 +21,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
touchpad = {
|
touchpad = {
|
||||||
tap = false;
|
tap = true;
|
||||||
natural-scroll = true;
|
natural-scroll = true;
|
||||||
dwt = true;
|
dwt = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue