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

8 lines
139 B
Nix

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