From fd0c9782644c4e2d752c50473914c7c2406b65c8 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 29 May 2025 18:52:09 +0200 Subject: [PATCH] updates server config --- home/server.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/home/server.nix b/home/server.nix index e9cee88..3a16f6c 100644 --- a/home/server.nix +++ b/home/server.nix @@ -11,11 +11,22 @@ unzip ripgrep fzf + fd + sd + bat + tldr + fortune iotop iftop just mmv-go lazygit + fish + ]; + + imports = [ + ../modules/fish + ../modules/lazygit ]; programs.home-manager.enable = true;