Update Zed configuration for nix LSP and formatter.

This commit is contained in:
2025-11-23 16:34:22 +01:00
parent 2be712393f
commit 900b565405
114 changed files with 2311 additions and 2408 deletions

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
# Communication
slack

View File

@@ -1,5 +1,4 @@
{ ... }:
{
_: {
nixpkgs.config.allowUnfree = true;
imports = [
./programs.nix

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
# Learning & practice
exercism

View File

@@ -3,8 +3,7 @@
# inputs,
# system,
...
}:
{
}: {
environment.systemPackages = with pkgs; [
# inputs.prismlauncher-cracked.packages.${system}.default
space-cadet-pinball

View File

@@ -3,8 +3,7 @@
# inputs,
# system,
...
}:
{
}: {
environment.systemPackages = with pkgs; [
# Video & image processing
ffmpeg

View File

@@ -1,8 +1,8 @@
{
# pkgs
...
}:
{
# {
# pkgs
# ...
# }
_: {
programs = {
nano.enable = true;
hyprland = {

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
cmatrix
cowsay

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
# File management
trash-cli

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
virt-viewer
# lazydocker