nix/desktops/gnome/themes/nordic.nix
2023-07-01 21:52:00 +09:00

7 lines
No EOL
134 B
Nix

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