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

18 lines
238 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-06-01 09:23:52 +00:00
home.packages = with pkgs; [
alacritty
brave
libreoffice
nextcloud-client
xclip
libnotify
espanso
firefox
];
2023-03-14 12:22:16 +00:00
services.espanso.enable = true;
2023-02-28 14:26:31 +00:00
}