diff options
author | s <lol> | 2025-02-21 17:28:53 +0700 |
---|---|---|
committer | s <lol> | 2025-02-21 17:28:53 +0700 |
commit | c758310626204f21fcddda5334e79d645b2dca2e (patch) | |
tree | 1a68ef41860b79f6566f61065be465f7afa7386a /hosts/mac/mac.nix | |
parent | 7758e10d8fe1095ee77643f7248d94ed4235834b (diff) |
m
Diffstat (limited to 'hosts/mac/mac.nix')
-rw-r--r-- | hosts/mac/mac.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hosts/mac/mac.nix b/hosts/mac/mac.nix index 2e55b01..651e2e4 100644 --- a/hosts/mac/mac.nix +++ b/hosts/mac/mac.nix @@ -1,5 +1,11 @@ -{ self, pkgs, ... }: +{ pkgs, ... }: { +# custom +# y.kmonad.enable = true; + environment.systemPackages = with pkgs;[ + alacritty + #overlays.yabai + ]; fonts.packages = with pkgs; [ recursive pkgs.nerd-fonts.droid-sans-mono |