Merge pull request 'master > home' (#35) from master into home
Reviewed-on: #35
This commit was merged in pull request #35.
This commit is contained in:
11
programs/libreoffice.nix
Normal file
11
programs/libreoffice.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
libreoffice
|
||||
|
||||
hunspell
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.nl_NL
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user