Remove with pkgs from management profile

This commit is contained in:
Andreas Zweili 2024-03-10 15:03:50 +01:00
parent b690b71bcb
commit 4845b1ead3
1 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ in
imports = [ "${inputs.self}/home-manager/profiles/headless.nix" ]; imports = [ "${inputs.self}/home-manager/profiles/headless.nix" ];
home = { home = {
packages = with pkgs; [ packages = [
docker-compose pkgs.docker-compose
exercism pkgs.exercism
git pkgs.git
unlock-luks unlock-luks
]; ];
shellAliases = { shellAliases = {