fix lsp warnings

This commit is contained in:
2025-01-14 14:18:54 +00:00
parent 064c2b8490
commit 284945f7c0
11 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ pkgs, ... }:
{
fonts.enableDefaultPackages = true;

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ pkgs, ... }:
{
services.xserver.enable = true; # optional

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ ... }:
{
nixpkgs.config.allowUnfree = true;