diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-12-22 23:00:07 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-12-22 23:00:07 +0100 |
| commit | d2b6cf44a3277fd5d04bc10110d344827217e24e (patch) | |
| tree | 6c62dcce5f9e3ac45a8cf1112ece2ef755142a2e /home-modules/apps/default.nix | |
| parent | ee7b1d28e41a5ef25686ae1efc58b862e282813a (diff) | |
nixfmt
Diffstat (limited to '')
| -rw-r--r-- | home-modules/apps/default.nix | 16 |
1 files changed, 8 insertions, 8 deletions
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; [ |
