mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed the packages for macos too
This commit is contained in:
parent
320f179ec7
commit
7eac7a0f98
@ -15,10 +15,10 @@ commonHome // {
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
home.packages = commonHome.home.packages ++ (with pkgs; [
|
||||
# Window management (maybe configure it with home-manager)
|
||||
yabai
|
||||
skhd
|
||||
#borders
|
||||
];
|
||||
]);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user