From b06cda3a76316b75471c5100d724b59286fe6988 Mon Sep 17 00:00:00 2001 From: brustybee Date: Sat, 7 Mar 2026 03:58:07 +0530 Subject: Add obs and file managers ( yazi & nautilus ) --- users/common.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'users') diff --git a/users/common.nix b/users/common.nix index 1e0670d..0c179c4 100644 --- a/users/common.nix +++ b/users/common.nix @@ -86,4 +86,11 @@ enable = true; createDirectories = true; }; + + programs.yazi.enable = true; + + home.packages = with pkgs; [ + vim + nautilus + ]; } -- cgit v1.3.1