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

15 lines
157 B
Nix

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