add/rearrange packages

This commit is contained in:
Katherina Walshe-Grey 2024-07-19 20:01:55 +01:00
parent c60728e7aa
commit 377060873d
4 changed files with 21 additions and 22 deletions

View file

@ -1,9 +0,0 @@
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [
libreoffice
hunspell
hunspellDicts.en_GB-ise
];
}