mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(logistics): updates
This commit is contained in:
parent
7765e2a213
commit
3a55f027d9
2 changed files with 14 additions and 6 deletions
|
|
@ -21,9 +21,17 @@ in {
|
|||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.lightdm.enable = true;
|
||||
services.xserver.desktopManager.xfce.enable = true;
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.lightdm.enable = true;
|
||||
desktopManager.xfce.enable = true;
|
||||
};
|
||||
services.libinput = {
|
||||
touchpad = {
|
||||
naturalScrolling = true;
|
||||
};
|
||||
mouse.naturalScrolling = config.services.libinput.touchpad.naturalScrolling;
|
||||
};
|
||||
programs.firefox.enable = true;
|
||||
|
||||
services.printing.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue