remove default cli apps from mac
Some checks failed
use nix / build (push) Failing after 3m55s

This commit is contained in:
Cyryl Płotnicki 2024-06-28 20:20:49 +01:00
parent 5dc73f59e2
commit d11a31ebcd

View file

@ -6,8 +6,6 @@
nixpkgs-nixos-unstable-and-unfree,
...
}: {
environment.systemPackages = with pkgs; [vim nixfmt];
imports = [
../../git
@ -33,7 +31,7 @@
imports = [
../../home-manager/programs/kitty.nix
];
home.packages = with pkgs; [awscli kubectl cargo-update];
home.packages = with pkgs; [];
programs = {
};
};