From b8032e0b164090cca10cd325ca98ba92200b097f Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Wed, 11 Jan 2023 00:06:31 +0300 Subject: [PATCH] guh --- flake.lock | 2 +- users/modules/helix/default.nix | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 77db446..2b72f82 100644 --- a/flake.lock +++ b/flake.lock @@ -83,7 +83,7 @@ "catppuccin-discord": { "flake": false, "locked": { - "narHash": "sha256-F189DRR/QaGFQhSUED64UnPHrq6nhoLHOzitiPWVUYM=", + "narHash": "sha256-nOcvRDZ9aa5MZwE77YqOUytw/mQTWqL6t/rrGp/Zw3A=", "type": "file", "url": "https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css" }, diff --git a/users/modules/helix/default.nix b/users/modules/helix/default.nix index 9711d59..f164cbc 100644 --- a/users/modules/helix/default.nix +++ b/users/modules/helix/default.nix @@ -19,10 +19,6 @@ name = "rust"; language-server = {command = "${pkgs.rust-analyzer}/bin/rust-analyzer";}; } - { - name = "zig"; - language-server = {command = "${pkgs.zls}/bin/zls";}; - } ]; settings = { theme = "catppuccin_mocha";