Compare commits
No commits in common. "342282252d819cae96cd7eb07f09a2df67101248" and "614fdf523eb1ae223403a783cd762b466eb30ed5" have entirely different histories.
342282252d
...
614fdf523e
|
@ -125,8 +125,6 @@ with lib; {
|
|||
jetbrains.pycharm-professional
|
||||
|
||||
synology-drive-client
|
||||
|
||||
texlive.combined.scheme-full
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
|
@ -24,13 +24,14 @@ in
|
|||
];
|
||||
users.users.moritz.packages = with pkgs; [
|
||||
myEmacs
|
||||
|
||||
(ripgrep.override { withPCRE2 = true; })
|
||||
# flyspell
|
||||
(hunspellWithDicts (with hunspellDicts; [
|
||||
en_GB-ize
|
||||
en_US
|
||||
de_DE
|
||||
]))
|
||||
(hunspellWithDicts [
|
||||
hunspellDicts.en_GB-ize
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.de_DE
|
||||
])
|
||||
|
||||
# language servers
|
||||
nil
|
||||
|
|
Loading…
Reference in New Issue