diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-11-28 06:45:09 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-11-28 06:45:09 -0700 |
| commit | 0c51b58ab1fd9da780afa1f9cc595344ff7a5393 (patch) | |
| tree | 4ef8ec0032292665b97825f50bcec4e03ebf63a5 /modules/home-manager | |
| parent | c512efd302f0ce32ef3386cdad94eb06bf380431 (diff) | |
updated sources, and started work on using home manager for shell config
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/shell.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
