From 3eb07f3cb9111c926f05a536f0ac79ef0784f56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sun, 31 Mar 2024 16:10:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20(home)=20add=20micro=20shell=20prog?= =?UTF-8?q?ram?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shell/micro.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 home/shell/micro.nix diff --git a/home/shell/micro.nix b/home/shell/micro.nix new file mode 100644 index 0000000..14a49b1 --- /dev/null +++ b/home/shell/micro.nix @@ -0,0 +1,5 @@ +{...}: { + programs.micro = { + enable = true; + }; +}