Fixed the packages for macos too

This commit is contained in:
Alexandre 2025-12-14 00:28:09 +01:00
parent 320f179ec7
commit 7eac7a0f98

View File

@ -15,10 +15,10 @@ commonHome // {
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [ home.packages = commonHome.home.packages ++ (with pkgs; [
# Window management (maybe configure it with home-manager) # Window management (maybe configure it with home-manager)
yabai yabai
skhd skhd
#borders #borders
]; ]);
} }