mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 01:18:29 +02:00
tex: move to own modules
This commit is contained in:
parent
2e8e3ada22
commit
61f3684c96
3 changed files with 9 additions and 6 deletions
|
@ -1,9 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
tex = (pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-full;
|
||||
});
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
|
||||
|
@ -17,7 +12,6 @@ in
|
|||
wpa_supplicant_gui
|
||||
pcmanfm
|
||||
xdg-utils # used for xdg-open
|
||||
tex
|
||||
appimage-run
|
||||
seafile-client
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue