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 | |
| parent | c512efd302f0ce32ef3386cdad94eb06bf380431 (diff) | |
updated sources, and started work on using home manager for shell config
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/shell.nix | 4 | ||||
| -rw-r--r-- | modules/users/defin.nix | 2 |
2 files changed, 5 insertions, 1 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 diff --git a/modules/users/defin.nix b/modules/users/defin.nix index ae0f04e..c09b0bb 100644 --- a/modules/users/defin.nix +++ b/modules/users/defin.nix @@ -14,7 +14,7 @@ openssh.authorizedKeys.keyFiles = [ (builtins.fetchurl { url = "https://git.wormcar.gay/devinf.keys"; - sha256 = "14d35z9r6gakfavf5qljjk2iv8cm09n3x2ajgbs91b1hsga3midk"; + sha256 = "1jm206w3j896zl2v137zmri4v46kq9wpj4fv17bfa023xm2qy2bh"; }) ]; }; |
