mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
readme: Update, project-wide: slimming down closure
This commit is contained in:
parent
e44c4c61ec
commit
f85f0e8f24
3 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# nixfiles
|
||||
|
||||
The public section of my NixOS configuration, using [arcnmx/tf-nix](https://github.com/arcnmx/tf-nix) for deployment and [nmattia/niv](https://github.com/nmattia/niv) for dependency management.
|
||||
The public section of my NixOS configuration, using [arcnmx/tf-nix](https://github.com/arcnmx/tf-nix) for deployment, [arcnmx/ci](https://github.com/arcnmx/ci) for CI and [nmattia/niv](https://github.com/nmattia/niv) for dependency management.
|
||||
|
||||
Building and evaluation should hopefully be possible without the trusted submodule. CI should eventually be used to attempt to ensure this.
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@ let
|
|||
|
||||
libreelec-dvb-firmware = self.callPackage ./libreelec-dvb-firmware { };
|
||||
|
||||
nerdfonts = super.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; };
|
||||
|
||||
hextorgba =
|
||||
(import ../lib/colorhelpers.nix { inherit (super) lib; }).hextorgba;
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
thunderbird
|
||||
mumble-speechd
|
||||
dino
|
||||
google-chrome
|
||||
transmission-remote-gtk
|
||||
lm_sensors
|
||||
p7zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue