2023-03-14 12:22:16 +00:00
|
|
|
{ pkgs, lib, outputs, ... }: {
|
2023-02-28 14:26:31 +00:00
|
|
|
imports = [
|
|
|
|
#
|
|
|
|
];
|
|
|
|
|
2023-03-14 12:22:16 +00:00
|
|
|
home.packages = with pkgs; [ alacritty brave libreoffice nextcloud-client ];
|
|
|
|
services.espanso.enable = true;
|
2023-02-28 14:26:31 +00:00
|
|
|
}
|