This commit is contained in:
parent
5dc73f59e2
commit
d11a31ebcd
1 changed files with 1 additions and 3 deletions
|
@ -6,8 +6,6 @@
|
||||||
nixpkgs-nixos-unstable-and-unfree,
|
nixpkgs-nixos-unstable-and-unfree,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
environment.systemPackages = with pkgs; [vim nixfmt];
|
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../../git
|
../../git
|
||||||
|
|
||||||
|
@ -33,7 +31,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
../../home-manager/programs/kitty.nix
|
../../home-manager/programs/kitty.nix
|
||||||
];
|
];
|
||||||
home.packages = with pkgs; [awscli kubectl cargo-update];
|
home.packages = with pkgs; [];
|
||||||
programs = {
|
programs = {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue