Former-commit-id: 7047ffe785
This commit is contained in:
Hadi
2024-10-03 10:18:49 +02:00
parent 24e5badf06
commit 049c0c5803
4 changed files with 28 additions and 1 deletions
+1 -1
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" ];