Home: Add some packages (restic, systemctl-tui, lazyjournal, ...)
This commit is contained in:
@ -377,6 +377,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Add stuff for your user as you see fit:
|
# Add stuff for your user as you see fit:
|
||||||
|
# TODO: Make the headless installations smaller
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
lib.mkMerge [
|
lib.mkMerge [
|
||||||
[
|
[
|
||||||
@ -384,12 +385,12 @@
|
|||||||
(ripgrep.override {withPCRE2 = true;}) # fast as fuck
|
(ripgrep.override {withPCRE2 = true;}) # fast as fuck
|
||||||
gdu # Alternative to du-dust (I like it better)
|
gdu # Alternative to du-dust (I like it better)
|
||||||
duf # Disk usage analyzer (for all disk overview)
|
duf # Disk usage analyzer (for all disk overview)
|
||||||
sd # sed alternative
|
sd # Sed alternative
|
||||||
fclones # duplicate file finder
|
fclones # Duplicate file finder
|
||||||
tealdeer # very fast tldr (so readable man)
|
tealdeer # Very fast tldr (so readable man)
|
||||||
killall
|
killall
|
||||||
atool # Archive preview
|
atool # Archive preview
|
||||||
ouch # unified compression/decompression
|
ouch # Unified compression/decompression
|
||||||
ffmpegthumbnailer # Video thumbnails
|
ffmpegthumbnailer # Video thumbnails
|
||||||
mediainfo # Media meta information
|
mediainfo # Media meta information
|
||||||
file # File meta information
|
file # File meta information
|
||||||
@ -398,17 +399,21 @@
|
|||||||
unzip # Unzip stuff
|
unzip # Unzip stuff
|
||||||
progress # Find coreutils processes and show their progress
|
progress # Find coreutils processes and show their progress
|
||||||
tokei # Text file statistics in a project
|
tokei # Text file statistics in a project
|
||||||
playerctl # media player control
|
playerctl # Media player control
|
||||||
pastel # color tools
|
pastel # Color tools
|
||||||
nvd # nix rebuild diff
|
nvd # Nix rebuild diff
|
||||||
nix-search-tv # search nixpkgs, nur, nixos options and homemanager options
|
nix-search-tv # Search nixpkgs, nur, nixos options and homemanager options
|
||||||
nix-tree # Browse the nix store sorted by size (gdu for closures)
|
nix-tree # Browse the nix store sorted by size (gdu for closures)
|
||||||
nurl # Generate nix fetcher sections based on URLs
|
nurl # Generate nix fetcher sections based on URLs
|
||||||
python313 # Nicer scripting than bash
|
python313 # Nicer scripting than bash
|
||||||
|
binsider # Analyze binaries
|
||||||
|
lazyjournal # Journalctl viewer
|
||||||
|
systemctl-tui
|
||||||
|
restic # Backups
|
||||||
|
|
||||||
# Hardware/Software info
|
# Hardware/Software info
|
||||||
pciutils # lspci
|
pciutils # lspci
|
||||||
glxinfo # opengl info
|
glxinfo # OpenGL info
|
||||||
wayland-utils # wayland-info
|
wayland-utils # wayland-info
|
||||||
clinfo # OpenCL info
|
clinfo # OpenCL info
|
||||||
vulkan-tools # vulkaninfo
|
vulkan-tools # vulkaninfo
|
||||||
|
Reference in New Issue
Block a user