installed gnumake and man pages for hosts
This commit is contained in:
parent
5a15c239cd
commit
ba3f4f6f7b
2 changed files with 13 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
}: let
|
}: let
|
||||||
home-manager = builtins.fetchTarball {
|
home-manager = builtins.fetchTarball {
|
||||||
url = "https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz";
|
url = "https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz";
|
||||||
sha256 = "1qsvg11b5d05z2gvxq2pp6xfg3gpcd363id0h52sicikx3vai93s";
|
sha256 = "0gjfa3bv0m0kymxqla9iih11gjb6czyj942v34pyc7xy4qsx898k";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
|
|
@ -232,9 +232,10 @@ in {
|
||||||
zoxide
|
zoxide
|
||||||
doggo
|
doggo
|
||||||
tldr
|
tldr
|
||||||
btop
|
# btop
|
||||||
eza
|
eza
|
||||||
ripgrep
|
ripgrep
|
||||||
|
viddy # modern `watch` command
|
||||||
|
|
||||||
# TODO: once upgraded past Nix-24.07 this line won't be necessary (I think)
|
# TODO: once upgraded past Nix-24.07 this line won't be necessary (I think)
|
||||||
# helix will support nixd by default
|
# helix will support nixd by default
|
||||||
|
|
@ -246,15 +247,19 @@ in {
|
||||||
git-filter-repo
|
git-filter-repo
|
||||||
brightnessctl
|
brightnessctl
|
||||||
acpi
|
acpi
|
||||||
upower
|
# upower
|
||||||
vim
|
vim
|
||||||
powertop
|
powertop
|
||||||
gcc
|
gcc
|
||||||
|
gnumake
|
||||||
|
|
||||||
# Unix Commands
|
# Unix Commands
|
||||||
wget
|
wget
|
||||||
tree
|
tree
|
||||||
unzip
|
unzip
|
||||||
|
# Man Pages
|
||||||
|
man-pages
|
||||||
|
man-pages-posix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable the use of certain programs
|
# Enable the use of certain programs
|
||||||
|
|
|
||||||
|
|
@ -199,6 +199,7 @@ in {
|
||||||
zoxide
|
zoxide
|
||||||
doggo
|
doggo
|
||||||
tldr
|
tldr
|
||||||
|
viddy
|
||||||
#btop
|
#btop
|
||||||
|
|
||||||
tesseract # for my work with Agribit
|
tesseract # for my work with Agribit
|
||||||
|
|
@ -214,11 +215,15 @@ in {
|
||||||
vim
|
vim
|
||||||
nix-prefetch-git
|
nix-prefetch-git
|
||||||
gcc
|
gcc
|
||||||
|
gnumake
|
||||||
|
|
||||||
# Unix Commands
|
# Unix Commands
|
||||||
wget
|
wget
|
||||||
tree
|
tree
|
||||||
unzip
|
unzip
|
||||||
|
# Man Pages
|
||||||
|
man-pages
|
||||||
|
man-pages-posix
|
||||||
|
|
||||||
# Cryptography
|
# Cryptography
|
||||||
openssl
|
openssl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue