nix/desktops/gnome/themes/nordic.nix

7 lines
134 B
Nix
Raw Normal View History

2023-07-01 14:02:03 +02:00
{ config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
nordic
nordzy-icon-theme
nordzy-cursor-theme
];
}