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

15 lines
157 B
Nix
Raw Normal View History

2023-02-28 14:26:31 +00:00
{ pkgs, lib, outputs, ... }:
{
imports = [
#
];
home.packages = with pkgs; [
alacritty
brave
libreoffice
nextcloud-client
];
}