bat: moved to host_common
This commit is contained in:
parent
426f029bb1
commit
18a5dca1c5
|
@ -79,21 +79,21 @@
|
||||||
# Set the system-wide environment
|
# Set the system-wide environment
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
byobu # text-based window manager and terminal multiplexer.
|
bat # cat clone with syntax highlighting & Git integration
|
||||||
direnv # A shell extension that manages your environment
|
byobu # text-based window manager and terminal multiplexer.
|
||||||
dnsutils # Bind DNS utilities
|
direnv # A shell extension that manages your environment
|
||||||
fd # A simple, fast and user-friendly alternative to find
|
dnsutils # Bind DNS utilities
|
||||||
|
fd # A simple, fast and user-friendly alternative to find
|
||||||
(if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system
|
(if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system
|
||||||
htop # interactive process viewer
|
htop # interactive process viewer
|
||||||
hwinfo # Hardware detection tool
|
hwinfo # Hardware detection tool
|
||||||
killall # kill processes by name
|
killall # kill processes by name
|
||||||
lshw # Detailed information on the hardware configuration
|
lshw # Detailed information on the hardware configuration
|
||||||
lsof # list open files
|
lsof # list open files
|
||||||
mosh # Mobile shell (ssh replacement)
|
mosh # Mobile shell (ssh replacement)
|
||||||
ncdu # Disk usage analyzer with an ncurses interface
|
ncdu # Disk usage analyzer with an ncurses interface
|
||||||
nix-index # A files database for nixpkgs
|
nix-index # A files database for nixpkgs
|
||||||
#openssl # A cryptographic library that implements the SSL and TLS protocols
|
ripgrep # Utility that provides usability of The Silver Searcher with the raw speed of grep
|
||||||
ripgrep # Utility that provides usability of The Silver Searcher with the raw speed of grep
|
|
||||||
(
|
(
|
||||||
import ../profiles/vim.nix
|
import ../profiles/vim.nix
|
||||||
)
|
)
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
bat # A cat clone with syntax highlighting & Git integration
|
|
||||||
cabal2nix # Convert Cabal files into Nix build instructions
|
cabal2nix # Convert Cabal files into Nix build instructions
|
||||||
nixfmt # An opinionated formatter for Nix
|
nixfmt # An opinionated formatter for Nix
|
||||||
nix-prefetch-github # Prefetch sources from github
|
nix-prefetch-github # Prefetch sources from github
|
||||||
|
|
Loading…
Reference in a new issue