diff options
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"; }) ]; }; |
