pkgs: add texstudio
This commit is contained in:
@ -2,7 +2,6 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
google-chrome
|
google-chrome
|
||||||
inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop
|
inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop
|
||||||
# pkgs-stable.vesktop
|
|
||||||
vesktop
|
vesktop
|
||||||
obs-studio
|
obs-studio
|
||||||
mpv
|
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; [
|
home.packages = with pkgs; [
|
||||||
scrot
|
scrot
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
|
imports = [
|
||||||
|
../../modules/user/packages/tex.nix
|
||||||
|
];
|
||||||
programs.hyprlock.enable = true;
|
programs.hyprlock.enable = true;
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
libreoffice
|
libreoffice
|
||||||
|
Reference in New Issue
Block a user