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

22 lines
212 B
Nix

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