Move vim packages to pkgs
Add system config Split up modules into home and system sets Update Cleanup Move home config Add module attrs Fix empty LUKS device UUID Import local secrets
This commit is contained in:
parent
4724f264dd
commit
e1c562191b
67 changed files with 1055 additions and 202 deletions
3
overlays/default.nix
Normal file
3
overlays/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
tubslatex = import ./tubslatex.nix;
|
||||
}
|
|
@ -1,9 +1,9 @@
|
|||
self: super:
|
||||
{
|
||||
# Based on https://gist.github.com/clefru/9ed1186bf0b76d27e0ad20cbd9966b87
|
||||
texlive-tubslatex = super.lib.overrideDerivation (super.texlive.combine {
|
||||
tubslatex = super.lib.overrideDerivation (super.texlive.combine {
|
||||
inherit (super.texlive) scheme-full;
|
||||
tubslatex.pkgs = [ (super.callPackage ../pkgs/tubslatex.nix {}) ];
|
||||
tubslatex.pkgs = [ (super.callPackage ../pkgs/tubslatex {}) ];
|
||||
}) (oldAttrs: {
|
||||
postBuild = ''
|
||||
# Save the udpmap.cfg because texlive.combine removes it.
|
Loading…
Add table
Add a link
Reference in a new issue