before upgrade?
This commit is contained in:
parent
133eee5975
commit
3e8d9e6b84
9 changed files with 46 additions and 14 deletions
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
# text publishing
|
||||
libreoffice
|
||||
jdk
|
||||
poppler_utils
|
||||
zotero
|
||||
|
||||
|
|
@ -43,6 +44,7 @@
|
|||
./slim-desktop.nix
|
||||
./gnome
|
||||
./firefox.nix
|
||||
./librewolf.nix
|
||||
./tex.nix
|
||||
./fonts.nix
|
||||
];
|
||||
|
|
|
|||
5
home/librewolf.nix
Normal file
5
home/librewolf.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.librewolf.enable = true;
|
||||
}
|
||||
|
|
@ -64,6 +64,6 @@
|
|||
|
||||
programs.bottom = {
|
||||
enable = true;
|
||||
settings.flags.color = "default-light";
|
||||
settings.styles.theme = "default-light";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
languageserver
|
||||
magrittr
|
||||
mapproj
|
||||
networkD3
|
||||
openxlsx
|
||||
plotly
|
||||
progress
|
||||
|
|
|
|||
|
|
@ -40,6 +40,8 @@
|
|||
hunspellDicts.en_US
|
||||
hunspellDicts.th_TH
|
||||
hyphen
|
||||
hyphenDicts.de_DE
|
||||
hyphenDicts.en_US
|
||||
pandoc
|
||||
imagemagick
|
||||
ghostscript
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ let
|
|||
nowidow
|
||||
pdfcol
|
||||
pdfpages
|
||||
pdfx
|
||||
pgf
|
||||
qrcode
|
||||
scheme-medium
|
||||
|
|
@ -51,6 +52,7 @@ let
|
|||
transparent
|
||||
was
|
||||
wrapfig
|
||||
xmpincl
|
||||
xpatch
|
||||
xstring
|
||||
xtab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue