mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
profiles/dev: refactor package list to consider other modules
This commit is contained in:
parent
3b67d5b5e5
commit
e42636bd40
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user