mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-07 05:08:51 -04:00
6 lines
No EOL
124 B
Nix
6 lines
No EOL
124 B
Nix
{ pkgs, ...}: {
|
|
home-manager.users.may.home.packages = with pkgs; [
|
|
texstudio
|
|
texlive.combined.scheme-full
|
|
];
|
|
} |