From a54327b483cf5b1bf5768ea81ff14a45a684eabb Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 14 Sep 2021 13:34:15 -0400 Subject: [PATCH] chore: reformat user suites --- flake.nix | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f99e7df..b8d738f 100644 --- a/flake.nix +++ b/flake.nix @@ -129,7 +129,20 @@ importables = rec { profiles = digga.lib.rakeLeaves ./users/profiles; suites = with profiles; rec { - base = [ direnv git kitty starship zsh ]; + base = [ + # Base Configuration + xdg + + # Programs + direnv + git + pass + + # Terminal + kitty + starship + shells.zsh + ]; }; }; users = {