From 6c778865ceab0051f05dee87a72f1b585a7b72a7 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 16 Jul 2025 19:29:59 +1000 Subject: [PATCH] modified: common/home.nix --- common/home.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/common/home.nix b/common/home.nix index 957ff5f..6304cf6 100644 --- a/common/home.nix +++ b/common/home.nix @@ -20,11 +20,13 @@ in { programs.home-manager.enable = true; # mandatory to activate HM - programs.bash.shellAliases = { - "Switch-nix" = mySwitchCmd; - "Test-nix" = myTestCmd; +programs.bash = { + enable = true; + shellAliases = { + switch-nix = mySwitchCmd; + test-nix = mySwitchCmd; }; - +}; # Optional: packages home.packages = with pkgs; [ @@ -39,7 +41,7 @@ in { }; # Optional: enable bash (or zsh, fish...) - programs.bash.enable = true; +# programs.bash.enable = true; # Optional: manage dotfiles via symlinks # home.file = {