summaryrefslogtreecommitdiff
path: root/users/seth/shell/nu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/shell/nu.nix')
-rw-r--r--users/seth/shell/nu.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/users/seth/shell/nu.nix b/users/seth/shell/nu.nix
index 9b6deeb..f52f049 100644
--- a/users/seth/shell/nu.nix
+++ b/users/seth/shell/nu.nix
@@ -3,10 +3,12 @@
lib,
pkgs,
...
-}: let
+}:
+let
cfg = config.seth.shell.nushell;
theme = "catppuccin-${config.catppuccin.flavor}";
-in {
+in
+{
options.seth.shell.nushell = {
enable = lib.mkEnableOption "Nushell configuration";
};