Update Zed configuration for nix LSP and formatter.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{ host, ... }:
|
||||
{
|
||||
{host, ...}: {
|
||||
imports = [
|
||||
../../hosts/${host}
|
||||
../../modules/drivers
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{ host, ... }:
|
||||
{
|
||||
{host, ...}: {
|
||||
imports = [
|
||||
../../hosts/${host}
|
||||
../../modules/drivers
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{ host, ... }:
|
||||
let
|
||||
{host, ...}: let
|
||||
inherit (import ../../hosts/${host}/variables.nix) intelID nvidiaID;
|
||||
in
|
||||
{
|
||||
in {
|
||||
imports = [
|
||||
../../hosts/${host}
|
||||
../../modules/drivers
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{ host, ... }:
|
||||
{
|
||||
{host, ...}: {
|
||||
imports = [
|
||||
../../hosts/${host}
|
||||
../../modules/drivers
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{ host, ... }:
|
||||
{
|
||||
{host, ...}: {
|
||||
imports = [
|
||||
../../hosts/${host}
|
||||
../../modules/drivers
|
||||
|
||||
Reference in New Issue
Block a user