mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 08:19:47 +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
|
# 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
|
||||||
];
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user