mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-06-04 18:02:03 +01:00
Tweaked nushell config to allow my dotfiles to co-exist with HM settings
This commit is contained in:
@@ -12,6 +12,24 @@
|
||||
];
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
nushell = let
|
||||
pkgStream = unstablePkgs;
|
||||
in {
|
||||
enable = true;
|
||||
package = pkgStream.nushell;
|
||||
plugins = with pkgStream.nushellPlugins; [
|
||||
formats
|
||||
gstat
|
||||
polars
|
||||
query
|
||||
];
|
||||
extraConfig = ''
|
||||
source ~/.config/nushell/my_config/config.nu
|
||||
'';
|
||||
extraEnv = ''
|
||||
source ~/.config/nushell/my_config/env.nu
|
||||
'';
|
||||
};
|
||||
git.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user