From 0c51b58ab1fd9da780afa1f9cc595344ff7a5393 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 28 Nov 2023 06:45:09 -0700 Subject: updated sources, and started work on using home manager for shell config --- modules/home-manager/shell.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/home-manager/shell.nix') diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index fd4c52e..f1d5b61 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -1,5 +1,9 @@ {nushell-scripts, ... }: { programs.nushell = { + enable = true; + shellAliases = { + ll = "ls -l"; + }; extraConfig = '' source ~/.cache/starship/init.nu -- cgit v1.2.3