nixos-config/hosts/computer-mo/system/pkg-customization.nix

10 lines
125 B
Nix
Raw Normal View History

2024-08-10 20:30:24 +02:00
{ pkgs, ... }:
{
environment.systemPackages =
(with pkgs; [
kde-rounded-corners
neofetch
ibm-plex
]);
}