diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-03 20:27:08 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-03 20:27:08 -0700 |
| commit | c73a3ee1dc94d54372ed3a7613d831e9fe12dc0b (patch) | |
| tree | c1682c10a652d86d34052fa25dde86e75435bb68 | |
| parent | d60907753fd018e4736ad0522d4ec9c00fe17017 (diff) | |
added config.nu to source
| -rw-r--r-- | modules/home-manager/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 0bcfb68..2796207 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -4,6 +4,7 @@ shellAliases = { ll = "ls -l"; }; + configFile.source = ../../resources/nushell/config.nu; extraConfig = '' source ~/.cache/starship/init.nu |
