From ba3f4f6f7b6309d69e1275d888576d7272013bb2 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Wed, 14 May 2025 10:48:27 +1000 Subject: [PATCH] installed gnumake and man pages for hosts --- hosts/lolcathost/default.nix | 11 ++++++++--- hosts/myputer/default.nix | 5 +++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/hosts/lolcathost/default.nix b/hosts/lolcathost/default.nix index 6c3daa8..bfcc31a 100755 --- a/hosts/lolcathost/default.nix +++ b/hosts/lolcathost/default.nix @@ -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 diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index 78ddafb..27b6799 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -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