nix-configurations/home/features/desktop/plasma.nix

9 lines
172 B
Nix
Raw Normal View History

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
}