mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 01:18:29 +02:00
networking updates, too many to write down
This commit is contained in:
parent
45b01c5979
commit
2bb6fa41e0
13 changed files with 151 additions and 152 deletions
|
@ -1,11 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
tex = (pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-small
|
||||
dvisvgm dvipng# for preview and export as html
|
||||
wrapfig amsmath ulem hyperref capt-of;
|
||||
# (setq org-latex-compiler "lualatex")
|
||||
#(setq org-preview-latex-default-process 'dvisvgm)
|
||||
inherit (pkgs.texlive) scheme-full;
|
||||
});
|
||||
in
|
||||
{
|
||||
|
@ -27,6 +23,7 @@ in
|
|||
drawio
|
||||
leafpad
|
||||
gamescope
|
||||
gnome.simple-scan
|
||||
|
||||
# sound
|
||||
pavucontrol
|
||||
|
@ -40,7 +37,6 @@ in
|
|||
google-chrome
|
||||
filezilla
|
||||
dbeaver
|
||||
apache-directory-studio
|
||||
|
||||
# messaging
|
||||
discord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue