Use another git config for work machine
This commit is contained in:
11
systems/modules/home/programs/libreoffice.nix
Normal file
11
systems/modules/home/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