7 lines
134 B
Nix
7 lines
134 B
Nix
|
{ config, pkgs, ... }: {
|
||
|
environment.systemPackages = with pkgs; [
|
||
|
nordic
|
||
|
nordzy-icon-theme
|
||
|
nordzy-cursor-theme
|
||
|
];
|
||
|
}
|