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

9 lines
172 B
Nix

{ pkgs, lib, outputs, ... }: {
imports = [
#
];
home.packages = with pkgs; [ alacritty brave libreoffice nextcloud-client ];
services.espanso.enable = true;
}