1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Add bat configuration and some other packages

This commit is contained in:
RGBCube 2023-05-24 20:10:26 +03:00
parent dbb2ce056e
commit c09259d4c7
No known key found for this signature in database
4 changed files with 20 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
!machines/
!machines/asus/
!machines/asus/bat/
!machines/asus/discord/
!machines/asus/docker/
!machines/asus/firefox/

View file

@ -0,0 +1,14 @@
{ pkgs, systemConfiguration, systemPackages, ... }:
(with pkgs; systemPackages [
bat
])
//
(systemConfiguration {
environment.variables = {
PAGER = "bat --plain";
MANPAGER = "col --spaces --no-backspaces | bat --plain --language man";
};
})

View file

@ -13,6 +13,7 @@
//
(imports [
./bat
./discord
./docker
./firefox

View file

@ -1,11 +1,14 @@
{ pkgs, systemPackages, homePackages, ... }:
(with pkgs; systemPackages [
bat
fd
fzf
htop
neofetch
ripgrep
thefuck
tree
wine
gcc