From e975d1294da0cdbbc64181bc79c8ed6c7ecab3dc Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 23 Aug 2022 16:26:28 +0200 Subject: [PATCH] Try nushell --- hm_modules/nushell.nix | 5 +++++ odin/hm.nix | 1 + 2 files changed, 6 insertions(+) create mode 100644 hm_modules/nushell.nix diff --git a/hm_modules/nushell.nix b/hm_modules/nushell.nix new file mode 100644 index 0000000..c314fa3 --- /dev/null +++ b/hm_modules/nushell.nix @@ -0,0 +1,5 @@ +{ + programs.nushell = { + enable = true; + }; +} diff --git a/odin/hm.nix b/odin/hm.nix index ff744ca..23fe27a 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -143,6 +143,7 @@ ../hm_modules/nautilus.nix ../hm_modules/nix-index.nix ../hm_modules/noti.nix + ../hm_modules/nushell.nix ../hm_modules/obs-studio.nix ../hm_modules/office.nix ../hm_modules/onedrive.nix