From 7281f05669e92e3568f837591912350b32951555 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 30 Dec 2025 10:33:31 -0800 Subject: organize programs in a way that makes sense to me --- home/profiles/minimal.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'home/profiles/minimal.nix') diff --git a/home/profiles/minimal.nix b/home/profiles/minimal.nix index 8590dd9..d519374 100644 --- a/home/profiles/minimal.nix +++ b/home/profiles/minimal.nix @@ -4,13 +4,12 @@ let in { imports = [ - ./eza.nix - ./fish.nix + ../programs/cli/bat.nix + ../programs/cli/eza.nix + ../programs/cli/tmux.nix + ../programs/shell/fish.nix ]; - programs.bat.enable = true; - programs.tmux.enable = true; - home.homeDirectory = "/home/${username}"; home.stateVersion = "25.05"; } -- cgit v1.2.3