{ config, pkgs, ... }: {
  environment.systemPackages = with pkgs; [
    nordic
    nordzy-icon-theme 
    nordzy-cursor-theme
  ]; 
}