fix: remove unneeded xserver setting
This commit is contained in:
parent
39d8a66fcf
commit
698983167b
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
{pkgs, ...}: let
|
{pkgs, ...}: let
|
||||||
default_command = "Hyprland";
|
default_command = "Hyprland";
|
||||||
in {
|
in {
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
|
||||||
# services.xserver.libinput.enable = true;
|
|
||||||
services.greetd = {
|
services.greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
vt = 7;
|
vt = 7;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue