From fa1dd8cf14d4e4dd437046d4bb76cb13e52d8c7c Mon Sep 17 00:00:00 2001
From: rycee
<home-manager/modules/programs/nushell.nix>
Additional configuration to add to the nushell environment variables file. Type: strings concatenated with "\n" Default: Declared by: An attribute set that maps aliases (the top level attribute names in
+this option) to command strings or directly to build outputs. Type: attribute set of string Default: Example: Declared by: Whether to enable obs-studio. Type: boolean Default: Example: Declared by: OBS Studio package to install. Type: package Default: Declared by:programs.nushell.extraEnv
""
<home-manager/modules/programs/nushell.nix>
+
programs.nushell.shellAliases
{ }
{
+ ll = "ls -l";
+}
+ <home-manager/modules/programs/nushell.nix>
programs.obs-studio.enable
false
true
<home-manager/modules/programs/obs-studio.nix>
programs.obs-studio.package
pkgs.obs-studio