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

17 lines
204 B
Nix

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