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

18 lines
238 B
Nix

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