bat: moved to host_common

This commit is contained in:
Serĉanto de Scio 2021-05-31 10:47:36 +10:00
parent 426f029bb1
commit 18a5dca1c5
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
2 changed files with 14 additions and 15 deletions

View file

@ -79,6 +79,7 @@
# Set the system-wide environment
environment = {
systemPackages = with pkgs; [
bat # cat clone with syntax highlighting & Git integration
byobu # text-based window manager and terminal multiplexer.
direnv # A shell extension that manages your environment
dnsutils # Bind DNS utilities
@ -92,7 +93,6 @@
mosh # Mobile shell (ssh replacement)
ncdu # Disk usage analyzer with an ncurses interface
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
(
import ../profiles/vim.nix

View file

@ -12,7 +12,6 @@
environment = {
systemPackages = with pkgs; [
bat # A cat clone with syntax highlighting & Git integration
cabal2nix # Convert Cabal files into Nix build instructions
nixfmt # An opinionated formatter for Nix
nix-prefetch-github # Prefetch sources from github