nixos_PC/shared/desktop_environment/kde_plasma/parts/kinfocenter/dependencies.nix

12 lines
142 B
Nix
Raw Permalink Normal View History

2024-08-24 12:54:21 +02:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
aha
];
services.fwupd.enable = true;
}
# vim: tabstop=2 softtabstop=2