Fixed system for nushell
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nushellPlugins.query
|
||||
nushellPlugins.formats
|
||||
nushellPlugins.gstat
|
||||
nushellPlugins.net
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user