fix lsp warnings

This commit is contained in:
2025-01-14 14:17:24 +00:00
parent d1629cd8b0
commit 064c2b8490
8 changed files with 10 additions and 9 deletions

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, ... }:
{ pkgs, ... }:
{
imports =

View File

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

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, ... }:
let
vs-extensions = inputs.nix-vscode-extensions.extensions.x86_64-linux.open-vsx;

View File

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

View File

@@ -1,11 +1,12 @@
# 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 =
[ (modulesPath + "/installer/scan/not-detected.nix")
[
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "usbhid" "sd_mod" "rtsx_usb_sdmmc" ];

View File

@@ -1,4 +1,4 @@
{ inputs, config, pkgs, ... }:
{ pkgs, ... }:
{
imports = [

View File

@@ -1,4 +1,4 @@
{ inputs, config, pkgs, ... }:
{ pkgs, ... }:
{
imports = [