Skip to content

Commit

Permalink
fix(packages): add home-manager back, move some to essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Jan 12, 2025
1 parent 91ccbd8 commit 5aef49f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions users/uncenter/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@ in
with pkgs;
with inputs'.beapkgs.packages;
concatLists [
[
home-manager
]

# Essentials #
[
gnupg
jq
curl
]

# Image & Video #
Expand Down Expand Up @@ -51,13 +57,11 @@ in
# Data #
(optionals cfg.programs.data.enable [
jnv
jq
yq
])

# Networking #
(optionals cfg.programs.networking.enable [
curl
xh
doggo
miniserve
Expand Down

0 comments on commit 5aef49f

Please sign in to comment.