From d2b6cf44a3277fd5d04bc10110d344827217e24e Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Mon, 22 Dec 2025 23:00:07 +0100 Subject: nixfmt --- home-modules/apps/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'home-modules/apps/default.nix') diff --git a/home-modules/apps/default.nix b/home-modules/apps/default.nix index aa7c010..ece0543 100644 --- a/home-modules/apps/default.nix +++ b/home-modules/apps/default.nix @@ -3,7 +3,7 @@ pkgs, inputs, config, - hostconfig, + hostconfig, ... }: with lib; @@ -57,9 +57,9 @@ in home.packages = with pkgs; [ lm_sensors nix-output-monitor - ripgrep - unzip - iputils + ripgrep + unzip + iputils inetutils htop git @@ -88,13 +88,13 @@ in xdg-user-dirs zsh file - bat + bat jq ]; }) (lib.mkIf cfg.browser.enable { home.packages = with pkgs; [ - lynx + lynx ]; }) (lib.mkIf cfg.note-taking.enable { @@ -108,8 +108,8 @@ in ]; }) (lib.mkIf cfg.dev.enable { - homeapps.nvim = { - enable = true; + homeapps.nvim = { + enable = true; lsp = true; }; home.packages = with pkgs; [ -- cgit v1.3.1