refactor: resolve warnings/errors in checks
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.xserver = {
|
||||
displayManager.gdm.enable = true;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
with pkgs;
|
||||
let
|
||||
tools = interception-tools;
|
||||
caps2esc = interception-tools-plugins.caps2esc;
|
||||
inherit (interception-tools-plugins) caps2esc;
|
||||
in
|
||||
{
|
||||
services.interception-tools = {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# services.avahi = {
|
||||
# enable = true;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.h = {
|
||||
isNormalUser = true;
|
||||
|
||||
Reference in New Issue
Block a user