add kitty and firefox on a mac

This commit is contained in:
Cyryl Płotnicki 2024-06-28 19:32:33 +01:00
parent 1b67f19e18
commit 421064ce53

View file

@ -28,9 +28,11 @@
nixpkgs.hostPlatform = "aarch64-darwin";
homebrew.enable = true;
homebrew.casks = ["firefox"];
home-manager.users.cyryl = {...}: {
imports = [];
imports = [
../../home-manager/programs/kitty.nix
];
home.packages = with pkgs; [awscli kubectl cargo-update];
programs = {
};