Move texlive to common
This commit is contained in:
parent
fb77961052
commit
0013e7983e
6 changed files with 10 additions and 28 deletions
|
@ -31,6 +31,8 @@ in
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
psmisc # killall and friends
|
psmisc # killall and friends
|
||||||
file # Query file type
|
file # Query file type
|
||||||
|
zip
|
||||||
|
python3
|
||||||
|
|
||||||
pinentry-gnome3 # until pinentry-qt introduces caching
|
pinentry-gnome3 # until pinentry-qt introduces caching
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -35,6 +35,9 @@
|
||||||
unstable.scala-next
|
unstable.scala-next
|
||||||
## PDF Processors
|
## PDF Processors
|
||||||
poppler_utils
|
poppler_utils
|
||||||
|
# TeX
|
||||||
|
texlive.combined.scheme-full
|
||||||
|
inkscape # for TeX svg
|
||||||
## htop replacement
|
## htop replacement
|
||||||
htop-vim
|
htop-vim
|
||||||
## Bitwarden
|
## Bitwarden
|
||||||
|
@ -45,6 +48,10 @@
|
||||||
zstd
|
zstd
|
||||||
atool
|
atool
|
||||||
];
|
];
|
||||||
|
home.file.".latexmkrc".text = ''
|
||||||
|
$pdf_previewer = '${lib.getExe' pkgs.xdg-utils "xdg-open"}';
|
||||||
|
'';
|
||||||
|
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
# Bat theme
|
# Bat theme
|
||||||
|
|
|
@ -15,12 +15,6 @@
|
||||||
|
|
||||||
# More packages
|
# More packages
|
||||||
home.packages = (with pkgs; [
|
home.packages = (with pkgs; [
|
||||||
# CLI stuff
|
|
||||||
zip
|
|
||||||
# TeX
|
|
||||||
texlive.combined.scheme-full
|
|
||||||
inkscape # for TeX svg
|
|
||||||
|
|
||||||
# Gaming stuff
|
# Gaming stuff
|
||||||
wineWowPackages.full
|
wineWowPackages.full
|
||||||
# wine-lol
|
# wine-lol
|
||||||
|
|
|
@ -31,11 +31,6 @@ in
|
||||||
|
|
||||||
# More packages
|
# More packages
|
||||||
home.packages = (with pkgs; [
|
home.packages = (with pkgs; [
|
||||||
# CLI stuff
|
|
||||||
python3
|
|
||||||
zip
|
|
||||||
# TeX
|
|
||||||
texlive.combined.scheme-full
|
|
||||||
mate.mate-terminal
|
mate.mate-terminal
|
||||||
|
|
||||||
firefox-wayland
|
firefox-wayland
|
||||||
|
|
|
@ -15,17 +15,6 @@
|
||||||
home.username = "nki";
|
home.username = "nki";
|
||||||
home.homeDirectory = "/home/nki";
|
home.homeDirectory = "/home/nki";
|
||||||
|
|
||||||
# More packages
|
|
||||||
home.packages = (with pkgs; [
|
|
||||||
# CLI stuff
|
|
||||||
python3
|
|
||||||
zip
|
|
||||||
# TeX
|
|
||||||
texlive.combined.scheme-full
|
|
||||||
# Note-taking
|
|
||||||
rnote
|
|
||||||
]);
|
|
||||||
|
|
||||||
# Graphical set up
|
# Graphical set up
|
||||||
linux.graphical.type = "wayland";
|
linux.graphical.type = "wayland";
|
||||||
linux.graphical.wallpaper = ./images/wallpaper_0.png;
|
linux.graphical.wallpaper = ./images/wallpaper_0.png;
|
||||||
|
|
|
@ -32,11 +32,6 @@ in
|
||||||
|
|
||||||
# More packages
|
# More packages
|
||||||
home.packages = (with pkgs; [
|
home.packages = (with pkgs; [
|
||||||
# CLI stuff
|
|
||||||
python3
|
|
||||||
zip
|
|
||||||
# TeX
|
|
||||||
texlive.combined.scheme-full
|
|
||||||
# Note-taking
|
# Note-taking
|
||||||
rnote
|
rnote
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue