installed gnumake and man pages for hosts

This commit is contained in:
Emile Clark-Boman 2025-05-14 10:48:27 +10:00
parent 5a15c239cd
commit ba3f4f6f7b
2 changed files with 13 additions and 3 deletions

View file

@ -5,7 +5,7 @@
}: let
home-manager = builtins.fetchTarball {
url = "https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz";
sha256 = "1qsvg11b5d05z2gvxq2pp6xfg3gpcd363id0h52sicikx3vai93s";
sha256 = "0gjfa3bv0m0kymxqla9iih11gjb6czyj942v34pyc7xy4qsx898k";
};
in {
imports = [
@ -232,9 +232,10 @@ in {
zoxide
doggo
tldr
btop
# btop
eza
ripgrep
viddy # modern `watch` command
# TODO: once upgraded past Nix-24.07 this line won't be necessary (I think)
# helix will support nixd by default
@ -246,15 +247,19 @@ in {
git-filter-repo
brightnessctl
acpi
upower
# upower
vim
powertop
gcc
gnumake
# Unix Commands
wget
tree
unzip
# Man Pages
man-pages
man-pages-posix
];
# Enable the use of certain programs

View file

@ -199,6 +199,7 @@ in {
zoxide
doggo
tldr
viddy
#btop
tesseract # for my work with Agribit
@ -214,11 +215,15 @@ in {
vim
nix-prefetch-git
gcc
gnumake
# Unix Commands
wget
tree
unzip
# Man Pages
man-pages
man-pages-posix
# Cryptography
openssl