aboutsummaryrefslogtreecommitdiffhomepage
path: root/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'options.nix')
-rw-r--r--options.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/options.nix b/options.nix
index 90ad3565..c6772f69 100644
--- a/options.nix
+++ b/options.nix
@@ -299,6 +299,14 @@ in
'';
};
+ shell = mkOption {
+ type = types.str;
+ default = "/run/current-system/sw/bin/bash";
+ description = ''
+ Absolute path to preferred shell.
+ '';
+ };
+
stateDir = mkOption {
type = types.str;
description = ''