Compare commits
2 commits
614fdf523e
...
342282252d
Author | SHA1 | Date | |
---|---|---|---|
342282252d | |||
da8b43d182 |
2 changed files with 7 additions and 6 deletions
|
@ -125,6 +125,8 @@ with lib; {
|
|||
jetbrains.pycharm-professional
|
||||
|
||||
synology-drive-client
|
||||
|
||||
texlive.combined.scheme-full
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
|
@ -24,14 +24,13 @@ in
|
|||
];
|
||||
users.users.moritz.packages = with pkgs; [
|
||||
myEmacs
|
||||
|
||||
(ripgrep.override { withPCRE2 = true; })
|
||||
# flyspell
|
||||
(hunspellWithDicts [
|
||||
hunspellDicts.en_GB-ize
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.de_DE
|
||||
])
|
||||
(hunspellWithDicts (with hunspellDicts; [
|
||||
en_GB-ize
|
||||
en_US
|
||||
de_DE
|
||||
]))
|
||||
|
||||
# language servers
|
||||
nil
|
||||
|
|
Loading…
Reference in a new issue