Former-commit-id: 7047ffe785
This commit is contained in:
Hadi
2024-10-03 10:18:49 +02:00
parent 56bcd3d56a
commit 359e9745d6
4 changed files with 28 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{ pkgs, lib, config, ... }: {
home.packages = with pkgs; [ bat ripgrep tldr ];
home.packages = with pkgs; [ bat ripgrep tldr sesh ];
home.sessionPath = [ "$HOME/go/bin" ];