From 1b7b0b620cabbd0883cd5db92c1bd29602614dff Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 21 Oct 2025 16:55:01 +0300 Subject: [PATCH] fix --- modules/home-manager/programs/default.nix | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/modules/home-manager/programs/default.nix b/modules/home-manager/programs/default.nix index 1b22c2c..9da3ac0 100644 --- a/modules/home-manager/programs/default.nix +++ b/modules/home-manager/programs/default.nix @@ -1,16 +1,18 @@ -{ ... }: { imports = [ - ./fish.nix - ./starship.nix - ./git.nix - ./tmux.nix - ./zoxide.nix - ./direnv.nix ./alacritty.nix - ./ghostty.nix - ./wezterm.nix + ./bash.nix + ./direnv.nix ./firefox.nix + ./fish.nix + ./ghostty.nix + ./git.nix ./mpv.nix + ./ssh.nix + ./starship.nix + ./tlrc.nix + ./tmux.nix + ./wezterm.nix + ./zoxide.nix ]; }