[NixOS] Add tex installation
This commit is contained in:
7
nixos/extra.nix
Normal file
7
nixos/extra.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
texlive.combined.scheme-full
|
||||
];
|
||||
boot.extraModulePackages = with pkgs; [ xboxdrv ];
|
||||
}
|
||||
Reference in New Issue
Block a user