pkgs: add texstudio
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
home.packages = with pkgs; [
|
||||
google-chrome
|
||||
inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop
|
||||
# pkgs-stable.vesktop
|
||||
vesktop
|
||||
obs-studio
|
||||
mpv
|
||||
|
19
modules/user/packages/tex.nix
Normal file
19
modules/user/packages/tex.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
texstudio
|
||||
(texlive.combine {
|
||||
inherit (texlive)
|
||||
babel-russian
|
||||
cm-super
|
||||
cyrillic
|
||||
titlesec
|
||||
hyperref
|
||||
geometry
|
||||
caption
|
||||
float
|
||||
xcolor
|
||||
listings
|
||||
scheme-basic;
|
||||
})
|
||||
];
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
{ pkgs, inputs, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
scrot
|
||||
ffmpeg
|
||||
|
@ -1,4 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
../../modules/user/packages/tex.nix
|
||||
];
|
||||
programs.hyprlock.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
libreoffice
|
||||
|
Reference in New Issue
Block a user