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

10 lines
125 B
Nix
Raw Normal View History

2024-08-10 15:04:32 +02:00
{ pkgs, ... }:
2024-08-10 14:15:06 +02:00
{
environment.systemPackages =
(with pkgs; [
kde-rounded-corners
neofetch
ibm-plex
]);
}