replaced double variable
This commit is contained in:
parent
b1f2edefe1
commit
f0753d367e
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{pkgs, ...}: let
|
||||||
let
|
|
||||||
default_command = "Hyprland";
|
default_command = "Hyprland";
|
||||||
in
|
in {
|
||||||
{
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
# services.xserver.libinput.enable = true;
|
# services.xserver.libinput.enable = true;
|
||||||
services.greetd = {
|
services.greetd = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue