Compare commits
2 commits
46331046f6
...
8831ed9281
Author | SHA1 | Date | |
---|---|---|---|
8831ed9281 | |||
42957e3f25 |
2 changed files with 5 additions and 1 deletions
hosts/home
|
@ -7,7 +7,6 @@
|
|||
./users
|
||||
];
|
||||
|
||||
|
||||
################################################################################
|
||||
# Programs
|
||||
################################################################################
|
||||
|
@ -33,6 +32,9 @@
|
|||
hosts = "youtube.com";
|
||||
fake = 1;
|
||||
}
|
||||
{
|
||||
name = "none";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -54,4 +54,6 @@
|
|||
# don’t shutdown when power button is short-pressed
|
||||
HandlePowerKey=ignore
|
||||
'';
|
||||
|
||||
services.libinput.mouse.naturalScrolling = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue