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;

View File

@@ -1,4 +1,4 @@
{ inputs, config, pkgs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs;[

View File

@@ -1,4 +1,4 @@
{ inputs, config, pkgs, ... }:
{ inputs, pkgs, ... }:
{
home.packages = with pkgs;[

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ ... }:
{
hardware.graphics.enable32Bit = true; # For 32 bit applications

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ ... }:
{
services.power-profiles-daemon.enable = false;

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ ... }:
{
virtualisation = {

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, inputs, ... }:
{ inputs, ... }:
{
imports =

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, inputs, ... }:
{ inputs, ... }:
{
imports =

View File

@@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, modulesPath, ... }:
{
imports =