profiles/dev: refactor package list to consider other modules

This commit is contained in:
Gabriel Arazas 2022-10-12 07:03:35 +08:00
parent 3b67d5b5e5
commit e42636bd40

View File

@ -74,14 +74,16 @@ in {
gnumake # Make your life easier with GNU Make. gnumake # Make your life easier with GNU Make.
moreutils # Less is more but more utilities, the merrier. moreutils # Less is more but more utilities, the merrier.
valgrind # Memory leaks. valgrind # Memory leaks.
]
# Finally, a local environment for testing out GitHub workflows without
# embarassing yourself pushing a bunch of commits.
++ (lib.optional config.virtualisation.docker.enable pkgs.act)
# I SAID ALL OF THE GIT EXTENSIONS! # Enable all of the git things.
git-crypt ++ (lib.optionals config.programs.git.enable [
github-cli # Client for GitHub. github-cli # Client for GitHub.
hut # And one for Sourcehut. hut # And one for Sourcehut.
act # Finally, a local environment for testing GitHub workflows. ]);
];
systemd.user.services.nix-upgrade-profile = { systemd.user.services.nix-upgrade-profile = {
description = '' description = ''