From 24255662e486aac091d467de196ccf03fc9eff0d Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 4 May 2025 10:55:44 +0200 Subject: chore: Fix formatting --- hosts/ali/remote-builders/ahmed-builder.nix | 1 - shared/home-manager/C/default.nix | 19 ++++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/hosts/ali/remote-builders/ahmed-builder.nix b/hosts/ali/remote-builders/ahmed-builder.nix index ad44210..7dda487 100644 --- a/hosts/ali/remote-builders/ahmed-builder.nix +++ b/hosts/ali/remote-builders/ahmed-builder.nix @@ -1,7 +1,6 @@ # This module adds ahmed as a remote builder for ali. # Note that ahmed is configured such that root@ali is allowed to connect to remotebuilder@ahmed. # TODO: Dedublicate with hosts/muhammed/remote-builders/ahmed-builder.nix - {metadata, ...}: { nix.buildMachines = [ { diff --git a/shared/home-manager/C/default.nix b/shared/home-manager/C/default.nix index c960b26..1216017 100644 --- a/shared/home-manager/C/default.nix +++ b/shared/home-manager/C/default.nix @@ -2,15 +2,16 @@ {pkgs, ...}: let isLinux = pkgs.stdenv.isLinux; in { - home.packages = with pkgs; [ - clang - clang-manpages - man-pages-posix - cscript - ] - ++ lib.optionals isLinux [ - man-pages - ]; + home.packages = with pkgs; + [ + clang + clang-manpages + man-pages-posix + cscript + ] + ++ lib.optionals isLinux [ + man-pages + ]; programs.neovim.extraLuaConfig = '' require("lspconfig")["clangd"].setup({ -- cgit v1.2.3