add kitty and firefox on a mac
This commit is contained in:
parent
1b67f19e18
commit
421064ce53
1 changed files with 4 additions and 2 deletions
|
@ -28,9 +28,11 @@
|
||||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||||
|
|
||||||
homebrew.enable = true;
|
homebrew.enable = true;
|
||||||
|
homebrew.casks = ["firefox"];
|
||||||
home-manager.users.cyryl = {...}: {
|
home-manager.users.cyryl = {...}: {
|
||||||
imports = [];
|
imports = [
|
||||||
|
../../home-manager/programs/kitty.nix
|
||||||
|
];
|
||||||
home.packages = with pkgs; [awscli kubectl cargo-update];
|
home.packages = with pkgs; [awscli kubectl cargo-update];
|
||||||
programs = {
|
programs = {
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue